curl --request POST \
--url https://api.comm.com/api/v1/custom-fields \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"type": "string",
"description": "<string>",
"resource": "contact"
}
'