Returning 201 HTTP status code without URI in web API
One of the most common ways to return a 201 HTTP status code in web API is to return Created(). However, this method requires providing an URI. If you only want to return 201 HTTP status code without URI, you can return ObjectResult instead