Using the send-request Policy in Azure APIM. Able to get the response and extract the Body. However, struggling with extracting the response.status.code
The value of this @(context.Response.StatusCode) is 200 if the request is sent, i am trying to capture this value...
send-request (88 ms)
{
"response": {
"status": {
"code": 200,
"reason": "OK"
}
}
}