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