X-User-Token: ********************{
"task_uuid": "f4816817-a693-4f73-840d-d11d21808c4d"
}curl --location --request POST 'https://es-flight-api-cn.djigate.com/openapi/v1.0/task/api/v1/workspaces//flight-tasks/resume-immediate' \
--header 'X-Request-Id: {{$string.uuid}}' \
--header 'X-Language: zh' \
--header 'X-Project-Uuid: {{X-Project-Uuid}}' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"task_uuid": "f4816817-a693-4f73-840d-d11d21808c4d"
}'{
"code": 0,
"message": "success",
"data": {
"task": {
"uuid": "d4059317-0f35-4ebb-9cc1-7f9c4998d7f3",
"begin_at": 1764841545,
"end_at": 1764841991,
"wayline_validity_check_codes": null,
"parent_task": null
}
}
}