{
  "posts": [
    {
      "id": 1,
      "title": "Post 1 Sandip "
    },
    {
      "id": 2,
      "title": "Post 2 Sandip"
    },
    {
      "id": 3,
      "title": "Post 3 Sandip"
    }
  ],
  "comments": [
    {
      "id": 1,
      "body": "some comment",
      "postId": 1
    },
    {
      "id": 2,
      "body": "some comment",
      "postId": 1
    }
  ],
  "profile": {
    "name": "typicode"
  }
}