{
"service_title": null,
"service_content": "",
"privacy_title": null,
"privacy_content": ""
}curl --location --request POST '/adminapi/setting.website/setAgreement' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"service_title": null,
"service_content": "",
"privacy_title": null,
"privacy_content": ""
}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"service_title": null,
"service_content": "",
"privacy_title": null,
"privacy_content": ""
}
}