Authorization: Bearer ********************
{
"tag": "VIP",
"description": "VIP client",
"colour": "#e74266"
}
curl --location --request POST 'https://api.mottasl.ai/v1/tags' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tag": "VIP",
"description": "VIP client",
"colour": "#e74266"
}'
{
"data": {
"id": 97451,
"business_id": "8e4c6c2f-2f73-0000-0000-0000",
"tag": "VIP",
"colour": "#1ca08a",
"description": "VIP Client",
"created_by": 3077323,
"display_name": "",
"updated_at": "2025-10-12T08:40:43.163004Z",
"created_at": "2025-10-12T08:40:43.163004Z"
},
"message": "Tag created successfully",
"success": true
}