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": "UUID",
"message": "<p>Criando um novo chamado</p>",
"attachments": [],
"new_status": "aberto",
"agent": true,
"interaction_type": "interacao_publica",
"extra_info": {
"produto_empresa_id": "Id do projeto"
},
"administrativo": false,
"confirmed": true,
"anexos": [],
"title": "Chamado importante",
"prioridade": "media"
}'