curl --location --request POST 'https://sandbox.api.trustic.com.br/antifraud/v1/videos/process' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_id" : "4bd11d29-e580-49bc-b001-c2e93d67943e"
}'
{}