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