201: Created

HTTP Status Code 201 refers to Created. This status code indicates that the request has been successfully fulfilled, resulting in the creation of a new resource. When the server responds with 201 Created, it confirms that a resource has been created as a result of the client’s request, typically after a POST operation. The server may also include a Location header pointing to the URL of the newly created resource.