How to use Tinyman from goal command line?

How do I do a swap with Tinyman from the goal command line? For example, I want to swap 1 USDC for Algo. I assume I would have to group an app call and an asset transfer into one group transaction. However, I am getting logic eval error: invalid ApplicationArgs index 0. What other arguments do I need to supply?

You’ll probably want to visit the Tinyman Discord for further help. However interacting with more complex smart contracts is a lot more complicated than making a single transaction. You’ll want to read up on their docs to see how they work, and preferably use their Py SDK or JS SDK.