curl --location --request POST 'https://acesso.evolutto.com.br/api/v1/chamados/interacao' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"local_id": "Novo UUID, responsável por identificar a interação",
"message": "<p>Criando uma nova interação</p>",
"attachments": [],
"new_status": "aberto",
"agent": true,
"interaction_type": "interacao_publica",
"extra_info": {},
"administrativo": false,
"confirmed": true,
"anexos": [],
"title": null,
"prioridade": "media",
"chamado_local_id": "UUID de um chamado existente"
}'