curl --location --request POST '/api/v1/custom-fields'{
"id": "string",
"entityType": "string",
"key": "string",
"label": "string",
"type": "string",
"options": [
"string"
],
"order": 0,
"required": true,
"createdAt": "string",
"updatedAt": "string"
}