Authorization: ********************{
"hash": "string"
}curl --location 'https://video.zerexa.net/api/videos/upload/check-hash' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"hash": "string"
}'{
"exists": true,
"existingVideoId": "string"
}