name
id
Authorization: Bearer ********************
{ "name": "Clientes VIP" }
curl --location 'https://titov.com.br/api/contact-groups' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "Clientes VIP" }'
{ "statusCode": 200, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "message": "Request processed successfully" }