curl --location --request GET 'https://sandbox.api.trustic.com.br/antifraud/v1/videos/consult' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_id" : "3092c1fc-65c1-4962-86eb-67f8048237e9"
}'
{}