What does the 201 Created status code mean?
It indicates that a new resource was successfully created. Usually returned after a POST
request, along with a Location header pointing to the new resource.
It indicates that a new resource was successfully created. Usually returned after a POST
request, along with a Location header pointing to the new resource.