curl --location --request GET 'https://sandbox.api.trustic.com.br/antifraud/v1/compliance/pf/criminal-records-certificate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cpf": "cpf",
"name": "NOME COMPLETO",
"birth_date": "1965-04-22T00:00:00-03:00",
"mother_name": "NOME COMPLETO"
}'
{}