Hi all, I am new to this and not 100% sure on syntax, what I am trying to do this
but this seems to send all the items within keyName and [0] as the last item within the request, rather than just the first item. What am I missing? thanks in advance!
Code:
$body = @"
{
"name":"keyName[0]"
}
"@
but this seems to send all the items within keyName and [0] as the last item within the request, rather than just the first item. What am I missing? thanks in advance!