curl --location --request GET 'https://open.teambition.com/api/seat//custom/allocate/total' \
--header 'Authorization;' \
--header 'X-Tenant-Id;' \
--header 'X-Tenant-Type;'
{
"success": true,
"code": "SUCCESS",
"errorMessage": null,
"result": {
"total": 0
},
"arguments": null
}