I know I’m a little late to this party, but have you tried to use .JSON() on your JSON variable? So something like this: {{$.hTTPRequest3.body.campaign.JSON()}}
Whenever I need to send JSON objects or convert arrays to a proper format, my go to is .JSON().