Since you are returning the response as a string, then you might want to perform manipulations in a way that it extracts the value out of it.
Expressions:
1st Item: Substitute(Last(FirstN(Split(var1.test,"{"&Char(34)&"Lunch"&Char(34)&":"),2)).Result,"}","")
2nd Item: Substitute(Last(FirstN(Split(var1.test,"{"&Char(34)&"Lunch"&Char(34)&":"),3)).Result,"}","")
3rd Item: Substitute(Last(FirstN(Split(var1.test,"{"&Char(34)&"Lunch"&Char(34)&":"),4)).Result,"}","")
4th Item: Substitute(Last(FirstN(Split(var1.test,"{"&Char(34)&"Lunch"&Char(34)&":"),5)).Result,"}","")
This will work in a way, you need to update the highlighted part with the index you want to get + 1.
Else, you could use the Response action (a premimum connector and starightaway pass the json and parse it in PowerApps then)
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!