Hi ,
I am trying to format the below json in a dev portal body param ,.
Sample body:
{
“abc”:
{
“x”: “val”,
“y”: “val2”,
“xy”: “val3”,
“xyz”: “val4”
}
}
I am not able to populate the same request body in dev portal.
Please find the scree snot attached .
Can anyone please suggest how can we format the above json in dev portal body param.
Thanks,