Customer Reward Update
This endpoints allow to mark or unmark a reward as spent.
Request
PATCH <API base url>/customers/{customerId}/rewards/{rewardId}
Body
{
"isSpent": optional bool,
"isOpened": optional bool,
"customData": optional any,
"certificateExpiresAt": optional date
}
Response
On success:
{}