ContributionsMost RecentMost LikesSolutionsproperty transfer is setting null values to empty object for request of tgt , how can i resolve it It is getting changed to below { "data": { "acctId": "7943983231" }, "payeeCategory": {}, "type": {}, "message": {}, "intent": "txn" } expected is { "data": { "acctId": "7943983231" }, "payeeCategory": null, "type": null, "message": null, "intent": "txn" }