{ "summary": "Create a custom field", "method": "POST", "path": "/v4/custom_fields", "tag": "Custom Fields", "request_body": { "label": "string" }, "response": { "custom_field": { "id": 1, "name": "string", "key": "string", "label": "string" } } }