===
POST /records/comments
{"user_id":1,"post_id":2,"message":"invisible","category_id":3}
===
200
Content-Type: application/json; charset=utf-8
Content-Length: 1
6
===
GET /records/comments/6
===
404
Content-Type: application/json; charset=utf-8
Content-Length: 46
{"code":1003,"message":"Record '6' not found"}
|