BASIC usage
| Method | Description | 
|---|---|
GET  | 
Retrieve a representation of a resource.  | 
POST  | 
Create new new resources and sub-resources.  | 
PUT  | 
Update existing resources, send resource is going to replace stored resource  | 
PATCH  | 
Update existing resources, data what is going to be changed on already stored resource.  | 
DELETE  | 
Delete existing resources  |