I am trying to send a post request with body data where one of the attribute, which passes a list of numbers, requires to be inside the double quotes. I am using something like this [${id}] but it sends the number as [123] when I want it to be sent as ["123"], I have tried several methods to add quotes inside and outside of the curley braces but didn't work. Please advise
Thanks