Taking into account the result of a POST request
{
"<Id>k__Field": "ac12432e-b1fb-4c46-9aed-9d7e246bf613"
}
I need to get this result in a variable inside Postman:
But it is throwing an error.
How can I get the value in a correct way?
Taking into account the result of a POST request
{
"<Id>k__Field": "ac12432e-b1fb-4c46-9aed-9d7e246bf613"
}
I need to get this result in a variable inside Postman:
But it is throwing an error.
How can I get the value in a correct way?