curl --location --request PUT 'http://localhost:5600/open/system/update-check' \
--header 'Authorization: Bearer <token>'
{
"code": 200,
"data": {
"hasNewVersion": true,
"lastVersion": "string",
"lastLog": "string",
"lastLogLink": "string"
}
}