My GET URI response is as below. I am new to Postman Tests. Looking for advise on how to extract the @status, @recordId from response as variables so i can use it in next set of requests
{
"ResponseData.getRecordIDRs": {
"@status": "success",
"@recordId": "394"
}
}