I've a scenario where my json object should look like
{
"domainObject" :{
"amount" : "1230798373024",
"business" : "n/a",
"productGroup" : "n/a",
"productType" : "n/a",
"balanceType" : "n/a",
"balanceSubType" : "n/a"
},
"uniqueId" : "test1",
"userId" : "user1"
}
I've 2 questions: