report_series_fix Permission, Token Scope, Not has Restriction.status not FixedAuthorization: Bearer ********************curl --location --request POST 'https://api.temlittoral.com/api/v1/report-series//fix' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"id": 1,
"stream_category_id": 53,
"serie_id": 1,
"user_id": 1,
"season": 2,
"episode": 3,
"status": "Fixed",
"problem": "Other",
"other_problem_describe": "TestOTTUp",
"created_at": "2024-10-17 09:13:35",
"updated_at": "2024-10-18 10:14:20"
}