Below is an example of a reward object thats been issued.

{
    "id": 2,
    "reward_id": 2,
    "recipient_id": 4,
  	"status": "Issued",
    "coupon": "GHFHF", // available only when reward metric is coupon
    "count": 1, // available only when reward metric is NOT coupon
    "total": 50, // available only when reward metric is NOT coupon
  	"issued_at": "2024-12-12"
}