List ML backends
List all configured ML backends for a specific project by ID.
Use the following cURL command:
```bash
curl http://localhost:8000/api/ml?project={project_id} -H 'Authorization: Token abc123'
List all configured ML backends for a specific project by ID. Use the following cURL command:
NONE - NoneBASIC_AUTH - Basic AuthIf false, model version is set by the user, if true - getting latest version from backend.
CO - ConnectedDI - DisconnectedER - ErrorTR - TrainingPR - Predictingcurl https://label-studio-host/api/projects -H “Authorization: Token [your-token]”