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