curl --location --request POST 'https://acesso.evolutto.com.br/api/v1/usuarios' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nome": "string",
"email": "string",
"cpf": "string",
"telefone": "string",
"telefone2": "string",
"username": "Gerado automaticamente com base no email",
"senha": "string",
"nascido_em": "1980-01-01",
"locale": "pt_BR"
}'{}