{
"sn": "string",
"wayline_uuid": "string"
}
curl --location --request GET '/openapi/v0.9/task/api/v1/workspaces//flight-tasks/check' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"sn": "string",
"wayline_uuid": "string"
}'
{
"code": 0,
"message": "success",
"data": {
"errors": null,
"device_position": {
"latitude": 63,
"longitude": 86,
"height": 33
}
}
}