reward_programs_show Permission, Token Scope, Not has Restriction.Authorization: Bearer ********************curl --location --request GET 'https://api.temlittoral.com/api/v1/reward-programs/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"id": 1,
"name": "Just For Test",
"description": "Just For Test",
"status": "active",
"package_id": 4,
"sale_package_objective": 1,
"objective_period_type": "day",
"objective_period_value": 1,
"voucher_template_id": 1,
"created_at": "2024-09-24 11:33:59",
"updated_at": "2024-09-24 11:33:59"
}