curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalProductAPI/CountWarehouseProducts' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"searchTerm": "string",
"searchValues": [
"string"
],
"types": [
"string"
],
"statuses": [
"string"
],
"clientCodes": [
"string"
],
"clientVendorCodes": [
"string"
]
}'{
"status": "SUCCESS",
"message": "string",
"data": {
"total": 0
}
}