{
"device_cmd_data": [
0
],
"device_cmd_method": "camera_mode_switch",
"device_sn": "string",
"ext": {
"device_name": "string",
"project_id": "string",
"speaker": {
"audio_duration": 0,
"file_type": "string",
"md5_sum": "string",
"play_mode": 0,
"play_scene": "string",
"play_volume": 0,
"tts_length": 0
}
}
}
curl --location --request POST '/openapi/v0.9/manage/api/v1/projects//psdk/commands' \
--header 'X-Request-ID: {{X-Request-ID}}' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_cmd_data": [
0
],
"device_cmd_method": "camera_mode_switch",
"device_sn": "string",
"ext": {
"device_name": "string",
"project_id": "string",
"speaker": {
"audio_duration": 0,
"file_type": "string",
"md5_sum": "string",
"play_mode": 0,
"play_scene": "string",
"play_volume": 0,
"tts_length": 0
}
}
}'
{
"code": 0,
"message": "string",
"data": {}
}