curl --location --request POST 'https://sandbox.api.trustic.com.br/antifraud/v1/users?name=&cpf=' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "nome do usuário",
"email": "email@trustic.com",
"cpf": "000.000.000-00",
"phone": "(11)11111-1111"
}'
{}