How to create NESTED JSON using Document Builder ?
Hi, I need to send a REST GET Request with the below body structure.
{
"customFields": {
"c": {
"peoplesoft_incident": "1005"
}
}
}
How can I create this NESTED BODY structure using document builder ? how should my document look like ?
Thanks