token: ********************{
"name": "string",
"description": "string",
"regex": "string",
"order": 0,
"value": "string"
}curl --location --request PUT '/admin/departments//customfields/' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"description": "string",
"regex": "string",
"order": 0,
"value": "string"
}'{
"success": true
}