[
  {
    "text": "Cartão 1",
    "image": "https://www.exemplo.com/img1.jpg",
    "buttons": [
      {
        "id": "1",
        "label": "Ver",
        "url": "https://exemplo.com",
        "type": "URL"
      },
      {
        "id": "2",
        "label": "Responder",
        "type": "REPLY"
      }
    ]
  },
  {
    "text": "Cartão 2",
    "image": "https://www.exemplo.com/img2.jpg",
    "buttons": [
      {
        "id": "3",
        "label": "Ver",
        "url": "https://exemplo.com",
        "type": "URL"
      }
    ]
  }
]