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