Authorization: Bearer ********************curl --location --request GET 'https://api.gofive.co.th/v1/calendio/appointments/' \
--header 'Authorization: Bearer <token>'{
"status": {
"code": "1000",
"description": "Success"
},
"data": {
"appointmentId": 0,
"appointmentName": "string",
"eventId": 0,
"duration": 0,
"activityTypeId": 0,
"description": "string",
"bookingLink": "string",
"responsibleAssignmentType": 1,
"responsibleUserIds": [
"string"
],
"isAllowMultipleAttendees": true,
"maxAttendees": 0
}
}