curl --request PUT \
--url https://api.helpyousponsor.com/v1/admin/form/field \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"id": 123,
"client_id": "<string>",
"hysform_id": 123,
"field_key": "<string>",
"field_label": "<string>",
"field_data": "<string>",
"field_type": "<string>",
"required": true,
"permissions": "<string>",
"admingroup_id": 123,
"is_title": true,
"sortable": 123,
"filter": 123,
"field_order": 123,
"deleted_at": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"type": "<string>"
}
'