curl --location --request PATCH '/job/application_form' \
--header 'Content-Type: application/json' \
--data-raw '{
"afid": "string",
"oid": "string",
"mid": "string",
"jid": "string",
"form_fields": [
{
"field_name": "string",
"label": "string",
"field_type": "string",
"is_required": true
}
]
}'
null