Customer Reward UpdateOn this pageCustomer Reward UpdateThis endpoints allow to mark or unmark a reward as spent.RequestPATCH <API base url>/customers/{customerId}/rewards/{rewardId}Body{ "isSpent": optional bool, "isOpened": optional bool, "customData": optional any, "certificateExpiresAt": optional date}ResponseOn success:{}