Signs a quote using the provided account's signer or the client's default account. The signature is required for executing the quote through the MEE service.

const signedQuote = await signQuote(meeClient, {
quote: quotePayload,
account: smartAccount // Optional
});