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