Authorization: ********************
curl --location '/admin/setting/agreement/edit' \ --header 'Authorization: <api-key>' \ --data-urlencode 'type=1' \ --data-urlencode 'name=用户协议' \ --data-urlencode 'content=<p>用户协议</p>'
{}