curl --location --request POST 'http://ebk/adminapi/pms/order_list' \
--header 'site-id: 100007' \
--header 'token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1aWQiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJpc3MiOiJlYmsiLCJhdWQiOiJlYmsiLCJpYXQiOjE3NjQzMTMxMjIsIm5iZiI6MTc2NDMxMzEyMiwiZXhwIjoxNzY0OTE3OTIyLCJqdGkiOiIxX2FkbWluIn0.nyEBgEvuMqPHqJsuut6QDyarBRvGUmEvjEEJZcKmqYQ' \
--header 'Content-Type: application/json' \
--data-raw '{
// "date_type": 5,
//"date": ["2025-08-27","2025-08-27"],
// "order_type": 1,
// "market_id": 1,
// "channel_id": 1,
// "room_type_id": 0,
// "not_allot": 0,
"status": 1,
"keyword": "",
"page": 1,
"limit": 15,
"sort_field": "room_number",
"sort_type": "asc"
}'