GET /api/posts/1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1,
    "author": "2",
    "title": "Anim luctus occaecat hendrerit natoque",
    "body": "Some DUmmy content to test for REST api so just take it easy!\nand also don't panic while reading This, So many punctuation mistakes :)\nBut it's cool\nSo be Cool!!!\nBye! bro!!",
    "date": "2018-11-01"
}