curl --location --request POST 'http://ebk/adminapi/pms/checkin' \
--header 'site-id: 100007' \
--header 'token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1aWQiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJpc3MiOiJlYmsiLCJhdWQiOiJlYmsiLCJpYXQiOjE3NjM2OTczNzAsIm5iZiI6MTc2MzY5NzM3MCwiZXhwIjoxNzY0MzAyMTcwLCJqdGkiOiIxX2FkbWluIn0.c9FUVQQhj1HjExv-lP5IJ-MyUh7earnKMa_o-Zj-EZo' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_detail": [
// {
// "order_detail_id": 448,
// "person": [{
// "guest_id": 1,
// "user_name": "和先生",
// "mobile": "13555555555",
// "certificate_type": 1,
// "certificate_no": "3453213423411133"
// }, {
// "guest_id": 1,
// "user_name": "张先生",
// "mobile": "13666666666",
// "certificate_type": 1,
// "certificate_no": "3453213423411133"
// }]
// },
// {
// "order_detail_id": 449,
// "person": [{
// "person_id": 1,
// "guest_id": 1,
// "user_name": "和先生",
// "mobile": "13555555555",
// "certificate_type": 1,
// "certificate_no": "3453213423411133"
// }]
// },
{
"order_detail_id": 276563
}
]
}'