Authorization: Bearer ********************{
"userId": 0
}curl --location --request POST '/api/domestic/train/queryPassenger' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0
}'{
"success": true,
"errCode": null,
"errMsg": null,
"code": "200",
"message": "操作成功",
"traceId": "abc123xyz"
}