X-Joomla-Token: ********************
curl --location -g --request PATCH 'j4.demo.joomlachina.cn/{{base_path}}/menus/{{app}}/items/{{menu_item_id}}' \
--header 'Content-Type: text/plain' \
--header 'X-Joomla-Token;' \
--data-raw '{"component_id":"20","language":"*","link":"index.php?option=com_content&view=form&layout=edit","menutype":"mainmenu","note":"","title":"new title","type":"component"}'
{}