{
"pageNum": "1",
"pageSize": "20",
"reportMobile": "string",
"startDate": "string",
"endDate": "string",
"callDirection": 0,
"callFlag": true,
"areaCode": "string"
}
curl --location --request POST 'https://eventsys-test-d-browser.gogen.cn/eventSys/smartSeat/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": "1",
"pageSize": "20",
"reportMobile": "string",
"startDate": "string",
"endDate": "string",
"callDirection": 0,
"callFlag": true,
"areaCode": "string"
}'