api_access_token: ********************curl --location --request POST 'http://localhost:3030/api/v1/accounts//ticketing/custom_fields' \
--header 'api_access_token: <api-key>' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"name": "string",
"type": "string",
"required": true,
"metadata": {}
}'{}