X-Joomla-Token: ********************
curl --location -g --request PATCH 'j4.demo.joomlachina.cn/{{base_path}}/fields/contacts/contact/{{field_id}}' \
--header 'Content-Type: text/plain' \
--header 'X-Joomla-Token;' \
--data-raw '{"title":"new contact field","name":"contact-field","label":"contact field","default_value":"","type":"text","note":"","description":"Some New Text"}'
{}