curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalHandoverSessionAPI/CountHandoverSessionLogs' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"handoverSessionId": 1,
"orCodes": [
"string"
],
"clientOrCodes": [
"string"
],
"trackingCodes": [
"string"
],
"eventObjects": [
"session"
],
"eventTypes": [
"create_session"
],
"eventStatuses": [
"success"
],
"userIds": [
1
],
"createdAtFrom": "2023-01-15T01:30:15.01Z",
"createdAtTo": "2023-01-15T01:30:15.01Z"
}
}'