curl --location --request GET 'https://web.richen8.cn/api/v1/promoter/qualifications/orders/detail?order_no=911241122334455566677788' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4'{
"code": 0,
"message": "string",
"data": {
"success": true,
"data": {
"id": 0,
"order_no": "string",
"qualify_days": 0,
"qualify_fee": 0,
"status": 0,
"status_name": "string",
"expire_at": "string",
"created_at": "string",
"updated_at": "string"
}
}
}