I'd like to get the first item which has "shipping":"ABC"
in the response below. In this case, the expected response should be 37
I'm not very good at writing Javascript test in Postman.
Thank you.
{
"37": {
"shipping_id": 37,
"position": 0,
"status": "D",
"shipping": "ABC",
"delivery_time": "24h-72h"
},
"36": {
"shipping_id": 36,
"position": 0,
"status": "D",
"shipping": "DEF",
"delivery_time": ""
},
"28": {
"shipping_id": 28,
"position": 0,
"status": "D",
"shipping": "GHI",
"delivery_time": ""
}