report_vods_show Permission, Token Scope, Not has Restriction.Authorization: Bearer ********************curl --location --request GET 'https://api.temlittoral.com/api/v1/report-vods/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"id": 1,
"stream_category_id": 52,
"stream_id": 1,
"user_id": 1,
"status": "In Progress",
"problem": "Other",
"other_problem_describe": "TestOTT",
"created_at": "2024-10-15 09:10:48",
"updated_at": "2024-10-15 09:10:48"
}