syncAccountTransactions
Initiates a request to sync transactions into the database for the user's account. At the end of this process, the user's stored transactions will be up to date between the database and the underlying system of record, and the client can populate the UI using the database as the source of truth.
syncAccountTransactions(
input: SyncAccountTransactionInput!
): SyncAccountTransactionPayload