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