HTTP 201 Created is a success-class status code defined in RFC9110. The request succeeded and a new resource was created, typically after POST or PUT.
Success responses confirm the request was received, understood and accepted. On the wire, the response begins with the status line HTTP/1.1 201 Created.