GET /support/get-version/?format=api&platform=akmc_web
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "Success": "Current Versions Info",
    "data": {
        "id": 4,
        "name": "akmc_web",
        "current_version": "1.0.3",
        "previous_version": "1.0.0"
    }
}