Queries all available versions.
If there is no version added to the URL, all available versions are returned.
GET /versions
None
None
GET /versions
{ "versions": [ { "id": "v3", "status": "CURRENT" }, { "id": "v2", "status": "STABLE" }, { "id": "v2.0", "status": "STABLE" } ] }