I am working with API automation in groovy.
I have created an HTTP post request. I got the response in json format as below:
{"Response":"result","data":"234556667","status":"6"}
Now I want to extract only the "data" which will be dynamic always.
Can someone help me with this, please?