1. Test API

1.1. Get a content

HTTP request

GET /test HTTP/1.1
Accept: application/json

HTTP response

HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
Content-Length: 59

[ {
  "id" : 1,
  "content" : "test data !!!!!!!!!!!!!"
} ]