Authorization: ********************{
"mobile": "18888888888"
}curl --location --request POST '/taxi/isTaxiOrderStatus' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile": "18888888888"
}'{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"orderCode": "string"
}
}