report_vods_create Permission, Token Scope, Not has Restriction.Authorization: Bearer ********************curl --location --request POST 'https://api.temlittoral.com/api/v1/report-vods' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'stream_category_id=52' \
--data-urlencode 'stream_id=1' \
--data-urlencode 'problem=Other' \
--data-urlencode 'other_problem_describe=TestOTT'{
"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"
}