async fn get_model(
chatbot_model_id: Path<Uuid>,
payload: Json<Uuid>,
pool: Data<PgPool>,
user: AuthUser,
) -> ControllerResult<Json<ChatbotConfigurationModel>>Expand description
GET /api/v0/main-frontend/chatbot-models/{chatbot_configuration_id}