public void CreateUser([FromBody] UserPostData postData) { _authorisationService.CreateUser(postData.Username, postData.Password); }