Hub search API
Hub search is the service responsible for displaying datasets in the UI and providing search and filter capabilities. It provides a REST API for the UI to interact with the backend.
Authentication
POST /api/auth/login
Content-Type: application/json
{
"email": "user@example.com",
"password": "password"
}