{
  "method": "put",
  "url": "https://api.hotelbeds.com/activity-api/3.0/bookings",
  "headers": {
    "Api-Key": "0f23773c2448b170917bd8d5794fde13",
    "X-Signature": "788e68e38bb057048154ca3667a29d63fb1d6bb6e09d0748e31035af68dd814d",
    "Content-Type": "application/json",
    "Accept": "application/json",
    "User-Agent": "Hotelbeds-Client/1.0"
  },
  "timeout": 30000,
  "data": {
    "language": "en",
    "clientReference": "TRPSS10000012",
    "holder": {
      "name": "YASH",
      "surname": "RATHORE",
      "title": "Mr",
      "email": "yashrathore.ts@gmail.com",
      "mailing": false
    },
    "activities": [
      {
        "rateKey": "g7kekbeug1cfgi2qtb2gcf64fh1120",
        "from": "2026-08-08",
        "to": "2026-08-08",
        "paxes": [
          {
            "name": "YASH",
            "surname": "RATHORE",
            "type": "ADULT",
            "age": 30
          }
        ],
        "answers": [
          {
            "question": {
              "code": "EMAIL"
            },
            "answer": "yashrathore.ts@gmail.com"
          },
          {
            "question": {
              "code": "PHONENUMBER"
            },
            "answer": "6367815547"
          }
        ]
      }
    ]
  }
}