export function change (form) {
  return async dispatch => {
    dispatch({ type: CHANGE_USER_STARTED })
    try {
      const token = getToken()