Authorization: ********************curl --location --request POST 'https://api-inventory.simprasuite.com/pos/api/revenuecenter' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application\json' \
--data-raw '{
"propertyKey": "string",
"revenueCenters": [
{
"isActive": true,
"name": {
"property1": "string",
"property2": "string"
},
"revenueCenterId": "string",
"type": "string"
}
]
}'