Open
Description
Related to https://github.com/Expensify/Expensify/issues/433103
Conversation https://expensify.slack.com/archives/C08CZDJFJ77/p1742395185178209
The main goal of the project is to stop creating the transaction thread reports optimistically and instead have those be created when they are needed.
I have already deployed the PRs in the backend that make it so that we do not create the report in RequestMoney api request if we don't pass a transactionThreadReport and have this draft PR #58523 that stops sending it.