curl --location --globoff --request PUT 'https://api.voxa.sa/v1/contact-property-definitions/{{id}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Status3",
"isRequired": true,
"selectOptions": [
{ "value": "Lead", "color": "#FF5733" },
{ "value": "Customer", "color": "#33FF57" },
{ "value": "VIP", "color": "#5733FF" },
{ "value": "Churned", "color": "#888888" }
]
}'{
"workspaceId": "string",
"name": "string",
"key": "string",
"type": 0,
"isRequired": true,
"selectOptions": [
"string"
],
"lastModificationTime": "string",
"lastModifierId": "string",
"creationTime": "string",
"creatorId": "string",
"id": "string"
}