POST request that may cause a duplicate entry if it were to execute. As a response, I send back 409 Conflict to make clear what happened.text/plain:return Conflict("A string explaining which property is already reserved");Conflict();, the response body is application/problem+json as expected:"detail" property when returning Conflict() without altering the return type?