{
  "method": "put",
  "url": "https://api.hotelbeds.com/activity-api/3.0/bookings",
  "headers": {
    "Api-Key": "0f23773c2448b170917bd8d5794fde13",
    "X-Signature": "8e35b7521306072971461967c2b22e65ac4a4e5b201bb4c4754029a1f54f9ab8",
    "Content-Type": "application/json",
    "Accept": "application/json",
    "User-Agent": "Hotelbeds-Client/1.0"
  },
  "timeout": 30000,
  "data": {
    "language": "en",
    "clientReference": "TRPSS10000022",
    "holder": {
      "name": "AJAY KUMAR",
      "surname": "OSTWAL",
      "title": "Mr",
      "email": "Tanya@triphunter.in",
      "mailing": false
    },
    "activities": [
      {
        "rateKey": "b6us4ofuduat8hjh3emaqlrgl31119",
        "from": "2026-07-21",
        "to": "2026-07-21",
        "paxes": [
          {
            "name": "AJAY KUMAR",
            "surname": "OSTWAL",
            "type": "ADULT",
            "age": 30
          },
          {
            "name": "PUNIT",
            "surname": "BANSAL",
            "type": "ADULT",
            "age": 30
          },
          {
            "name": "AKSHAY",
            "surname": "GARG",
            "type": "ADULT",
            "age": 30
          }
        ],
        "answers": [
          {
            "question": {
              "code": "EMAIL"
            },
            "answer": "tanya@triphunter.in"
          },
          {
            "question": {
              "code": "NAMEPASSPORT"
            },
            "answer": "AJAY KUMAR OSTWAL/ Z5070949"
          },
          {
            "question": {
              "code": "PHONENUMBER"
            },
            "answer": "+91 94250 88858"
          }
        ]
      }
    ]
  }
}