How do I get the value of a specific field using appgyver

I want to get the value of field named category
I tried this formula:
outputs[“HTTP request”].resBodyParsed[‘category.stringValue’]
But it throws the error “undefined”

I need it for a project I’m working on. Any help is much appreciated :))