Support - Skybox
/support/skybox
Sends an email w/ a lat/lng requesting skybox support to a support team member
Possible Methods
POST
Arguments
n/a
Json Object
{ Double latitude; Double longitude; }
Â
Example
curl -b cookies.txt -X POST -d '{"latitude":34.1,"longtiude":-27.4}' "http://localhost:8185/support/skybox" > response.txt
Example Response
curl -b cookies.txt -X POST -d '{"latitude":34.1,"longtiude":-27.4}' "http://localhost:8185/support/skybox" > response.txt
Â
 { "response": { "action": "Support", "success": true, "message": "Support request sent successfully", "time": 0 } }