export function loadSignUp({ token }) {
  return {
    [CALL_API]: {
      endpoint: `signUp/${token}`,
      method: HTTP_METHODS.GET,