curl --location --globoff '/form-fields/{{form_type}}' \
--header 'API-Version: {{api_version}}' \
--header 'API-Key: <api-key>'{
"count": 1,
"fields": [
{
"field_id": "XX",
"field_type": "text",
"field_name": "first_name",
"field_lable": "First Name",
"validations": "alpha_text|max_length[40]",
"maxlength": 120,
"options": "",
"sort_order": 1,
"required": 1,
"field_group": "name",
"fieldset": "Personal information"
}
]
}