In REST APIs, the 201 status code indicates that the server created a resource from the client request. It differs from 200 by confirming creation rather than retrieval. Many frameworks attach the new resource URL, allowing clients to fetch or update it later. https://rankyfy.com/201-status-code