pub async fn execute_add_invoice(
    order_id: &Uuid,
    invoice: &str,
    my_key: &Keys,
    mostro_key: XOnlyPublicKey,
    client: &Client
) -> Result<()>