Rest API - HTTP Methods
Identify the error in this REST API usage:
Why might this cause a problem?
POST /orders {"item": "book"}
POST /orders {"item": "book"}Why might this cause a problem?
