curl --location 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalHandoverSessionAPI/CountHandoverSessionItems' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data '{
"filter": {
"handoverSessionId": 1,
"searchValue": "string",
"action": "scan_out",
"createdAtFrom": "2023-01-15T01:30:15.01Z",
"createdAtTo": "2023-01-15T01:30:15.01Z",
"carrierCode": "string",
"serviceCode": "string",
"scannedUserId": 1
}
}'{
"status": "SUCCESS",
"message": "string",
"data": {
"total": 0
}
}