access-token: ********************{
"type": "text",
"name": "string",
"description": "string",
"options": [
"string"
],
"regex": "string",
"order": 0
}curl --location '/admin/departments//customfields' \
--header 'access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"type": "text",
"name": "string",
"description": "string",
"options": [
"string"
],
"regex": "string",
"order": 0
}'{
"success": true,
"id": 0
}