Start a bot with the specified configuration.
Args: action: StartBotAction containing bot configuration parameters bots_manager: Bot orchestrator service dependency db_manager: Database manager dependency
Returns: Dictionary with status and response from bot start operation
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Action to start a bot
Name of the bot instance to act upon
Logging level (DEBUG, INFO, WARNING, ERROR)
Script name to run (without .py extension)
Configuration file name (without .yml extension)
Whether to run in async backend mode
Successful Response