Rest API - HTTP Status Codes
A developer returns this response after creating a resource:
Why might this be considered improper REST API design?
HTTP/1.1 200 OK
{"id": 202}Why might this be considered improper REST API design?
