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