I am making the following call
https://sandbox.esignlive.com/api/packages/uUoiB-Htq5GXIvRN9VeDcjrMXYE=/documents/default-consent/approvals/b838ff5f-d63e-4a63-af92-fb2ec7fe9b98/sign
and sending in the payload the following:
{
"fields" : {
},
"id": "default-consent",
"role": "034b2399-bc09-4a3a-9f09-7ee9af853211"
}
And in the response I get
...
accepted: '2018-07-10T10:54:25Z',
signed: null,
...
So my question is what is the call I need to make to set this to signed, since as we can see the signed field is still null.