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