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