Get information from response body

hello

When I send a post request, I get information of a bunch of fields. However, some of the fields are useless to me and I would only like to clean the response body so I ONLY get back the information I need. However, I do not know how to go about this, please help

Hi @satyen

not sure if this helps or not. Check GraphQL
GraphQL.

Allows the user to get only required data in response.