I have a post .json method where I send an object:
{
"targetSigningDate": "2021-09-22T21:00:00.000Z"
}
The "targetSigningDate" must always be 'sysdate'. Instead of manualy chaning the date, how to set sysdate into the object using pre-req. script ?
Thank you in advance