Open
Description
Currently the line is:
_cm_send_request(None, data, cloud_type=cloud_type, **kwargs)
But I suppose it should be: (passing mandatory application_id parameter)
_cm_send_request(None, data, cloud_type=cloud_type, application_id=application_id, **kwargs)
Let me know if its something that I have missed? or, my assumption is correct?