Add: - POST /api/v1/storages for creating new storage - GET /api/v1/storages for listing all available storages with pagination - PUT /api/v1/storages/{id} for updating storage - DELETE /api/v1/storages/{id} for deleting storage