{
  "method": "put",
  "url": "https://api.hotelbeds.com/activity-api/3.0/bookings",
  "headers": {
    "Api-Key": "0f23773c2448b170917bd8d5794fde13",
    "X-Signature": "f518f32f3dba261a885a5f88e41736af210fdbc3fa2d4dc3c44a4f3c4b83c695",
    "Content-Type": "application/json",
    "Accept": "application/json",
    "User-Agent": "Hotelbeds-Client/1.0"
  },
  "timeout": 30000,
  "data": {
    "language": "en",
    "clientReference": "TRPSS10000010",
    "holder": {
      "name": "ANIL KUMAR",
      "surname": "GUPTA",
      "title": "Mr",
      "email": "anil.gupta@technosoftwares.com",
      "mailing": false
    },
    "activities": [
      {
        "rateKey": "isd3l8mfgb093vaumuoonclqvq1110",
        "from": "2026-10-02",
        "to": "2026-10-02",
        "paxes": [
          {
            "name": "ANIL KUMAR",
            "surname": "GUPTA",
            "type": "ADULT",
            "age": 30
          }
        ],
        "answers": [
          {
            "question": {
              "code": "EMAIL"
            },
            "answer": "anilguptabca@gmail.com"
          },
          {
            "question": {
              "code": "PHONENUMBER"
            },
            "answer": "7737730293"
          }
        ]
      }
    ]
  }
}