curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalInventoryAPI/CountInventoryClusters' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"inventoryId": 0
}'{
"status": "SUCCESS",
"message": "string",
"data": {
"total": 0
}
}