register(username, password) {
    return this.axios.post(`/user/register`, {}, {
      auth: {
        username: username,
        password: password