activecodes_refund Permission, Token Scope, Not has Restriction.Authorization: Bearer ********************curl --location --request POST 'https://api.temlittoral.com/api/v1/activecodes//refund' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'reason=Test'{
"id": 1,
"code": "1810345571189303",
"activecode_device_id": 1,
"user_id": 1,
"package_id": 3,
"template_id": null,
"voucher_id": null,
"customer_has_paid": false,
"enable_vpn": false,
"max_connections": 1,
"country": "all",
"note": "Test Updated",
"whatsapp_telegram": "098765432",
"restricted": false,
"last_sync_at": "2024-09-17 11:12:16",
"expired_at": "2024-09-18 11:10:09",
"activated_at": "2024-09-16 11:10:09",
"created_at": "2024-09-16 09:47:55",
"updated_at": "2024-09-17 11:45:06"
}