X-Jicoo-Api-Key: ********************curl --location --request POST '/v1/bookings//reassign/' \
--header 'X-Jicoo-Api-Key: <api-key>'{
"data": {
"uid": "booking_123",
"host": {
"uid": "usr_456",
"name": "John Smith"
}
}
}