This is sample, super simple REST api for tutorial. It could
response in JSON, HTML and send You JSON response with data
sentnby data in HTTP body (POST) or by parameters given in
URL (GET).
/get - This return You JSON with
data sent by URL parameters (GET).
/post - This return You JSON with
data sent by body of HTTP request (POST).