[
  {
    "firstname": "Ashish",
    "lastname": "Kumar",
    "telnum": "9876543210",
    "email": "as@df.gh",
    "agree": true,
    "contacttype": "Tel",
    "message": "Fine dining!!!",
    "id": 1
  },
  {
    "firstname": "Gulshan",
    "lastname": "Kumar",
    "telnum": "998989899",
    "email": "ash@jn.com",
    "agree": true,
    "contacttype": "Email",
    "message": "Nice",
    "id": 2
  }
]