Hello, I've checked out API docs and found out that it's impossible to get the whole menu with a few requests. First, I should get Categories, then get Items by each Category, then get ModifierGroups for each Item, then get Modifiers for each ModifierGroup. If I'll have at least 3 categories with 10 items inside, 3 modifierGroups inside each item, and 3 modifiers inside modifierGroup it's gonna be about 300 requests.
How can I get it faster?