Rest API - HTTP Status Codes
Consider this REST API response code snippet:
What does this response tell the client?
HTTP/1.1 201 Created
Location: /users/123
{"id":123,"name":"Alice"}What does this response tell the client?
