curl --location '/api/admin/system/config/info?formId=undefined' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'{
"code": 0,
"data": {
"property1": "string",
"property2": "string"
},
"message": "string"
}