{
"device_sn": "SN123456"
}curl --location --request DELETE '/openapi/v0.9/task/api/v1/workspaces//flight-tasks/poi-exit' \
--header 'x-user-token: {{x-user-token}}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_sn": "SN123456"
}'{
"code": 0,
"message": "string",
"data": {}
}