curl --location --request POST 'https://sandbox.api.trustic.com.br/antifraud/v1/analyzes' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"person_key": "{{person}}",
"background_check_identifier": "cpf_nome",
"webhook_url" : "https://webhook.site/7e89ef88-cfee-45de-b909-aaa8aa5ef811"
}'
{}