curl --location '/api/getCoreVersions' \
--header 'api-key: DZdGdlOykzTgfggUMKVHSXbXe4LVTZN2' \
--header 'api-key: 6MtM8nq7lDLCsf3hRWUhgZjQlh1vVjqe'{
"success": true,
"data": [
{
"version": "150.0.7871.47",
"major": 150,
"source": "builtin",
"available": true,
"path": "D:\\XXXXX\\150.0.7871.47",
"executable": "D:\\XXXX\\150.0.7871.47\\VirtualBrowser.exe"
},
{
"version": "149.0.7827.201",
"major": 149,
"source": "builtin",
"available": true,
"path": "D:\\XXXXX\\149.0.7827.201",
"executable": "D:\\XXXXX\\149.0.7827.201\\VirtualBrowser.exe"
}
],
"total": 2,
"majors": [
150,
149
]
}