export function signUp(data) {
  return {
    [CALL_API]: {
      data,
      endpoint: `signUp/${data.token}`,