ReST: It is more than just a CRUD over HTTP
While CRUD provides a foundational understanding of HTTP verbs, it oversimplifies ReST API design. Many argue that ReST is just CRUD over HTTP, with:
POST corresponds to creation,
GET to retrieval,
...