allowed methods
we allow the following HTTPs requests:
| http request | CRUD operation | description | 
|---|---|---|
| GET | read | used to read / retrieve some data | 
| POST | create | create data | 
| PUT | update | update a set of data | 
| PATCH | update | update part of data | 
| DELETE | delete | delete data | 
we currently do not support the following methods:
- HEAD
 - CONNECT
 - OPTIONS
 - TRACE
 
