export function markGiftSetAsPaid({ id }) {
  return {
    [CALL_API]: {
      endpoint: `giftSet/${id}/paid`,
      method: HTTP_METHODS.PUT,