How to make a POST call using RestTemplate with a Json body and header? The Json body I want to post has a complex structure.
{
"foo": "long",
"bar": {
"foo": {
"foo": [
"long"
]
},
"fiz": [
null
],
"sides": [
null
],
"biz": ""
},
"biz": {
"boo": "",
"li": [
null
],
"biz": {
"bzo": "",
"lsp": ""
},
"baz": "",
"bar": ""
}
}
Request Body