curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalHandoverSessionAPI/CountHandoverSessionManifests' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"handoverSessionId": 1,
"searchValues": [
"string"
]
}
}'{
"status": "SUCCESS",
"message": "string",
"data": {
"total": 0
}
}