curl --location --request POST 'https://acesso.evolutto.com.br/api/v1/eventos-tipos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"apelido": "string",
"organizacao": "string",
"nome": "string",
"titulo_padrao": "string",
"descricao_padrao": "string",
"cor": "string",
"intl": {
"pt_BR": "jantar",
"en_US": "Dinner"
}
}'{
"data": "string"
}