Hi All,
I am trying to consume an API where the request body is JSON and is of type:
[“abc-123”,“def-456”]
But I am unable to pass this as pega automatically creating .request.body_POST of type pagelist and under it creating a pyLocalizedValue property.
I am unable to map and pass this as request body. Can somebody pls help.