{ "device_cmd_method": "return_home_cancel", "device_sn": "DOCKSN" }
curl --location --request POST '/manage/api/v1.0/projects//flight-commands' \ --header 'X-Organization-Key: {{organization_key}}' \ --header 'X-Organization-Key;' \ --header 'Content-Type: application/json' \ --data-raw '{ "device_cmd_method": "return_home_cancel", "device_sn": "DOCKSN" }'
{ "body": { "code": 0, "message": "OK", "data": null }, "headers": {}, "size": 37, "status": 200 }