curl --location --request POST '/api/common/checkAppUpdate' \
--header 'token;' \
--header 'client;'
{
"code": 0,
"message": "string",
"data": {
"version": "string",
"url": "string",
"content": "string",
"mode": "string"
}
}