vouchers_show Permission, Token Scope, Not has Restriction, and user have this voucher or can see allAuthorization: Bearer ********************curl --location --request GET 'https://api.temlittoral.com/api/v1/vouchers/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"id": 1,
"code": "e71e1593-b2f3-4769-974f-a523b08c21d9",
"title": "TestOnes",
"value": 1,
"percentage": 100,
"max_value": 10000,
"max_usage": 1,
"max_usage_per_user": 1,
"min_order": 0,
"start_date": "2024-09-16",
"end_date": "2025-09-16",
"status": "active",
"description": "This just for test",
"terms": "Non",
"created_by": 1,
"created_at": "2024-09-20 14:37:01",
"updated_at": "2024-09-20 14:37:01"
}