Authorization: ********************{
"reason": "string",
"details": "string"
}curl --location 'https://video.zerexa.net/api/videos//report' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"reason": "string",
"details": "string"
}'