enigmas_show Permission, Token Scope, Not has Restriction.Authorization: Bearer ********************curl --location --request GET 'https://api.temlittoral.com/api/v1/enigmas/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"id": 1,
"mac_address": "12:22:22:22:22:EE",
"user_id": 1,
"package_id": 14,
"template_id": null,
"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": "2024-10-09 14:54:31",
"expired_at": "2024-10-11 14:54:30",
"created_at": "2024-10-09 14:54:30",
"updated_at": "2024-10-09 14:54:31"
}