m3us_change_type Permission, Token Scope, Not has Restriction.Authorization: Bearer ********************curl --location --request POST 'https://api.temlittoral.com/api/v1/m3us//change-type' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'new_type=mag' \
--data-urlencode 'mac_address=12:23:12:23:12:23'{
"message": "M3U type changed successfully",
"data": {
"m3u": {
"id": 2,
"username": "salahhusa9",
"password": "DKQJ88skls",
"user_id": 1,
"package_id": 3,
"template_id": 2,
"voucher_id": null,
"customer_has_paid": false,
"enable_vpn": false,
"max_connections": 1,
"country": "all",
"note": "Test Note",
"whatsapp_telegram": "098765432",
"restricted": false,
"last_sync_at": null,
"expired_at": "2024-08-01 11:14:43",
"created_at": "2024-07-30 11:14:43",
"updated_at": "2024-07-30 11:14:43"
},
"mag": {
"id": 2,
"mac_address": "hero"
},
"enigma": {
"id": 3,
"mac_address": "hero"
}
}
}