{}
curl --location --request POST '/api/common/getAppConfig' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"message": "string",
"data": {
"isGrayTheme": true
}
}