Authorization: Bearer ********************{
"dateStart": "2019-08-24T14:15:22.123Z",
"dateEnd": "2019-08-24T14:15:22.123Z"
}curl --location --request PATCH 'https://api.gofive.co.th/v1/calendio/bookings/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"dateStart": "2019-08-24T14:15:22.123Z",
"dateEnd": "2019-08-24T14:15:22.123Z"
}'{
"status": {
"code": "1000",
"description": "Success"
},
"data": {
"bookingId": 0,
"meetingLink": "string"
}
}