Only GET and POST http verbs are used:
| Verb | Description |
|---|---|
| GET | Retrieve resources |
| POST | Used to create, delete, or update resources. Can also be used for /get or /find endpoints in cases where the request length exceeds the size supported by GET http requests. |