curl --location --request POST 'https://ebk.zhidingtong.com/adminapi/pms/order_list' \
--header 'site-id: 100007' \
--header 'token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1aWQiOjEsInVzZXJuYW1lIjoiYWRtaW4iLCJpc3MiOiJlYmsuemhpZGluZ3RvbmcuY29tIiwiYXVkIjoiZWJrLnpoaWRpbmd0b25nLmNvbSIsImlhdCI6MTc1MjU3Mzc3MiwibmJmIjoxNzUyNTczNzcyLCJleHAiOjE3NTMxNzg1NzIsImp0aSI6IjFfYWRtaW4ifQ.TbVLKB56n6wNLl2LdEkcPhkDq55X0VqXe1qi0j8m0eg' \
--header 'Content-Type: application/json' \
--data-raw '{
"hotel_id": 1,
"order_mode": 0,
"date_type": 1,
"date": ["2025-07-14","2025-07-26"],
"order_type": 1,
"market_id": 1,
"channel_id": 1,
"room_type_id": 16,
"not_allot": 1,
"not_settle": 1,
"keyword": "",
"page": 1,
"limit": 15
}'