This is my API
[HttpPost]
[Route("api/register")]
public string PostRegistration([FromBody] UserModel umodel) {
Datab