{
"url_type": "AGORA",
"video_id": {
"droneSn": "string",
"payloadIndex": {
"type": "M350",
"subType": "ZERO",
"position": "FRONT_LEFT"
},
"videoType": "{type: normal}"
},
"video_quality": "AUTO",
"url": "string",
"type": 0,
"videoType": "ZOOM"
}curl --location '/$$/live/streams/stop' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"url_type": "AGORA",
"video_id": {
"droneSn": "string",
"payloadIndex": {
"type": "M350",
"subType": "ZERO",
"position": "FRONT_LEFT"
},
"videoType": "{type: normal}"
},
"video_quality": "AUTO",
"url": "string",
"type": 0,
"videoType": "ZOOM"
}'{
"code": 0,
"message": "",
"data": {}
}