curl --location 'https://car.jingkaikj.com/api/order-status' \
--header 'user-token: f8ee72e0-9f7b-46c6-aa91-49a005a632d9' \
--header 'driver-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2Nhci5qaW5na2Fpa2ouY29tIiwiaWF0IjoxNzc4MzE2NjE2LCJleHAiOjE3NzgzMjM4MTYsIm5iZiI6MTc3ODMxNjYxNiwianRpIjoiNjlmZWY1NDgzMTFkMSIsInR5cGUiOiJhY2Nlc3MiLCJ1c2VyX3R5cGUiOiJkcml2ZXIiLCJkcml2ZXJfaWQiOjE0fQ.VKhr2QVnO8jIw5F_Js7P_uG5sBZpAM1L1fPqV3KLaZw' \
--header 'batoken: 4a04c215-3844-48d5-9b61-8e73c3b0eed6'{
"code": 200,
"msg": "success",
"time": 1749113085,
"data": {
"pending": "已发布",
"accepted": "已接单",
"in_transit": "在途中",
"arrived": "已到达",
"en_route_to_destination": "前往目的地途中",
"arrived_at_destination": "已到达目的地",
"completed": "已完成",
"cancelled": "已取消",
"payment_pending": "待支付",
"payment_completed": "已支付",
"disputed": "有争议",
"refunded": "已退款",
"rated_by_passenger": "乘客评分"
}
}