Object repository - how to modify the body of a post method

Using the object repository, how to modify the body of a post method ?

String body
request.setBodyContent(new HttpTextBodyContent(body, 'UTF-8', 'application/json'))
1 Like