cURL
curl --request POST \ --url https://api.example.com/api/device/subtask/retry \ --header 'Authentication: <authentication>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>" } '
{}
子任务记录Id
The response is of type object.
object