curl --request PATCH \
--url https://api.example.com/v4/booking-link/group/{groupBookingLinkId} \
--header 'Content-Type: application/json' \
--header 'x-meetergo-api-user-id: <api-key>' \
--data '
{
"meetingTypeId": "<string>",
"hostIds": [
"<string>"
]
}
'curl --request PATCH \
--url https://api.example.com/v4/booking-link/group/{groupBookingLinkId} \
--header 'Content-Type: application/json' \
--header 'x-meetergo-api-user-id: <api-key>' \
--data '
{
"meetingTypeId": "<string>",
"hostIds": [
"<string>"
]
}
'