Customer Reward UpdateOn this pageCustomer 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} Response On success: {}