curl --location --request POST 'https://sandbox.api.trustic.com.br/antifraud/v1/persons/sms' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"person_id": "1f4bef33-07af-43b8-8b8a-82c683247049"
}'
{}