curl --location --request GET 'https://sandbox.api.trustic.com.br/antifraud/v1/videos/consult/video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_id" : "f434d0bb-4058-472d-a2e0-b6b887dc3779"
}'
{}