Authorization: Bearer ********************[
"string"
]curl --location --request DELETE '/systemparameter/delete-SystemParameter' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}