curl --request POST \
--url https://api.getarbol.com/v1/properties \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"identifier": "<string>",
"appliesTo": "CONTACT",
"valueType": "STRING",
"options": [
"<string>"
],
"prompt": "<string>",
"agentIds": [
"<string>"
]
}
'