Example:
curl --location 'https://alpha.exauth.promptchat.com/api/clients/update' \
--header 'Authorization: Bearer MCuzQoNHNO2MIYRjRv3Mo8GG2zVZKUeVXb8R5AwyX0ijpkTXY9sDEHgxuku1wNlo' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"phone":"380968727431",
"note": "Created from API",
"variables": {
"send-message": "Test sms from Postman",
"first_name":"Demian",
"country":"Moldova"
},
"tags":[]
In this case all tags are deleted.