Authorization: Bearer ********************curl --location --request GET 'https://api.gofive.co.th/v1/calendio/custom-fields/' \
--header 'Authorization: Bearer <token>'{
"status": {
"code": "1000",
"description": "Success"
},
"data": {
"calendioCustomFieldId": 0,
"label": "string",
"fieldType": 1,
"fieldInputControlType": 1
}
}