{
  "method": "put",
  "url": "https://api.hotelbeds.com/activity-api/3.0/bookings",
  "headers": {
    "Api-Key": "0f23773c2448b170917bd8d5794fde13",
    "X-Signature": "a5d207fc81a0f59e9f8ee882851d9a1f605e4e05ce2acb42c3db7e31b8f26128",
    "Content-Type": "application/json",
    "Accept": "application/json",
    "User-Agent": "Hotelbeds-Client/1.0"
  },
  "timeout": 30000,
  "data": {
    "language": "en",
    "clientReference": "TRPSS10000016",
    "holder": {
      "name": "MONIKA",
      "surname": "MONIKA",
      "title": "Mrs",
      "email": "ops4@trpworld.com",
      "mailing": false
    },
    "activities": [
      {
        "rateKey": "rhomfqtmd15hr90e5u9nl8kipv1943",
        "from": "2026-06-26",
        "to": "2026-06-26",
        "paxes": [
          {
            "name": "MONIKA",
            "surname": "MONIKA",
            "type": "ADULT",
            "age": 30
          },
          {
            "name": "AMIT",
            "surname": "KUMAR",
            "type": "ADULT",
            "age": 30
          },
          {
            "name": "AANYA",
            "surname": "AANYA",
            "type": "ADULT",
            "age": 30
          }
        ],
        "answers": [
          {
            "question": {
              "code": "PHONENUMBER"
            },
            "answer": "+91 9555222100"
          },
          {
            "question": {
              "code": "EMAIL"
            },
            "answer": "ops4@trpworld.com"
          }
        ]
      }
    ]
  }
}