pub async fn create_api_server_with_address( auth_framework: Arc<AuthFramework>, host: impl Into<String>, port: u16, ) -> ApiServer
Create an API server with custom host and port