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