curl --location --request GET 'http://www.likeadmin.localhost/adminapi/setting.web.web_setting/getAgreement' \
--header 'token: {{token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"service_title": 11,
"service_content": 22,
"privacy_title": 33,
"privacy_content": 444
}
}