Validate controller configuration against the controller’s config class.
Args: controller_type: Type of the controller controller_name: Name of the controller config: Configuration dictionary to validate
Returns: Success message if configuration is valid
Raises: HTTPException: 400 if validation fails
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Types of controllers available
directional_trading, market_making, generic The body is of type Config · object.
Successful Response