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