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