Transform into dynamic variable a parameter of http request body

Hello I’m trying to convert this parameter “OrganizationUnits”: [{“DisplayName”: “string”}] that is needed to be part of the body of a http request, how can express it right as a dynamic variable, please?

Check this similar thread How to send body using POST method of HTTP Request activity