{ "device_command": "return_home" }
curl --location --request POST '/openapi/v0.1/device//command' \ --header 'X-Request-Id;' \ --header 'X-Language: zh' \ --header 'X-Project-Uuid: {{X-Project-Uuid}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "device_command": "return_home" }'
{ "code": 0, "message": "success" }