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