report_vods_fix Permission, Token Scope, Not has Restriction.status not FixedAuthorization: Bearer ********************curl --location --request POST 'https://api.temlittoral.com/api/v1/report-vods//fix' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"id": 2,
"stream_category_id": 52,
"stream_id": 1,
"user_id": 1,
"status": "Fixed",
"problem": "Other",
"other_problem_describe": "TestOTT",
"created_at": "2024-10-16 08:53:58",
"updated_at": "2024-10-16 09:33:14"
}