curl --location --request GET '/api/admin/system/store/getCount' \ --header 'Authori-zation: {{token}}' \ --header 'source: {{source}}'
{ "code": 0, "data": { "property1": 0, "property2": 0 }, "message": "string" }