curl --location --request GET 'http://localhost:5000/webapi/entry.cgi?api&version&method&user_reading&need_auto_smallupdate&need_promotion&_sid=<api-key>'{
"success": true,
"data": {
"promotion": {
"available": true,
"rss_result": "string"
},
"update": {
"available": true,
"rss_result": "string",
"reboot": "string",
"restart": "string",
"type": "string",
"version": "string",
"version_details": {
"buildnumber": 0,
"isSecurityVersion": true,
"major": 0,
"micro": 0,
"minor": 0,
"nano": 0,
"os_name": "string"
}
}
}
}