curl --location --request POST '/api/v1/leads/custom-fields' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"label": "string",
"type": "string",
"options": [
"string"
],
"required": true,
"order": 0
}'