{
    "name": "Jacy",
    "version": "1.0.0",
    "status": "running",
    "endpoints": [
        "GET  /api/stores",
        "POST /api/stores",
        "GET  /api/stores/{id}",
        "PUT  /api/stores/{id}",
        "GET  /api/stores/{store_id}/clients",
        "POST /api/stores/{store_id}/clients",
        "GET  /api/stores/{store_id}/clients/{id}",
        "PUT  /api/stores/{store_id}/clients/{id}",
        "GET  /api/stores/{store_id}/packages",
        "GET  /api/stores/{store_id}/packages/{id}"
    ]
}