Looking for detail examples of the expected way of asking the API. At least what the API is expecting when asking through the HTTP Request.
Having problems building the link to send a message to other devices.
Example:
POST https://<portalname>.hexnodemdm.com/api/v1/actions/message/
Where do we write the message?
POST https://<portalname>.hexnodemdm.com/api/v1/actions/message=testing&user=1
or
POST https://<portalname>.hexnodemdm.com/api/v1/actions/?message=testing&user=1
the message would be testing and it would arrive at the user id = 1
examples like this are laking for a simple and direct way of using the API.
These questions are not only for the message request but for every other HTTP request