Description about API methods you can use.
Getting data: GET method
The GET method is used to download data. This is a read-only method which doesn't change any data.
Creating data: POST method
The POST method sends data to the server and creates a new document.
Modifying data: PATCH method
The PATCH method updates document. Request body should contain only the data you are changing.