pub async fn execute_send_msg( command: Commands, order_id: Option<Uuid>, identity_keys: Option<&Keys>, mostro_key: PublicKey, client: &Client, text: Option<&str>, ) -> Result<()>