curl --location --request GET 'https://sandbox.api.trustic.com.br/antifraud/v1/enrichments' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"onboarding_identifier": "teste",
"person_key": "a55073a6-f0b4-4e0d-a156-0a5577a40406"
}'
{}