report_channels_fix Permission, Token Scope, Not has Restriction.status not FixedAuthorization: Bearer ********************curl --location --request POST 'https://api.temlittoral.com/api/v1/report-channels//fix' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"id": 2,
"stream_category_id": 52,
"stream_id": 1,
"user_id": 1,
"status": "Fixed",
"problem": "Channel freeze",
"devices": [
"google tvs"
],
"app_name": "TestOTT",
"country": "MA",
"ip": "123.223.221.211",
"speed_network": "30",
"username_or_mac": "HeroOne",
"dns_or_portal": "sh.tt",
"note": "Please fix it",
"created_at": "2024-10-11 09:40:51",
"updated_at": "2024-10-14 11:15:15"
}