Display Installatron's version and license information.
curl -X POST https://{SERVER_IP}/version \
-H 'X-API-KEY: {the key= or key2= value from /usr/local/installatron/etc/settings.ini}' \
-H 'X-HTTP-Method-Override: GET' \
-H 'Accept: application/json'
{
"status": 200,
"result": true,
"message": "",
"data": {
"product": "Installatron Server",
"version": "5.0.0",
"build": 500,
"version_channel": "release",
"version_available": "5.0.0-1",
"license": true,
"license_expiry": 1234567890
}
}