{
"id": 1,
"url": "https://wwww.xxx.com/aa.png"
}
curl --location --request POST '/api/kb.share/setBg' \
--header 'token: {{api-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"url": "https://wwww.xxx.com/aa.png"
}'
{
"code": 1,
"show": 1,
"msg": "设置成功",
"data": []
}