[
{
"id": 0,
"email": "string",
"idVacant": 0,
"active": true,
"dateOpened": "2019-08-24T14:15:22Z",
"dateClosed": "2019-08-24T14:15:22Z",
"preStage": 0,
"stage": 0,
"postponedUntil": "2019-08-24T14:15:22Z",
"notifiedStatus": true
}
]
curl --location --request POST 'https://9f9l4tky3g.execute-api.us-east-1.amazonaws.com/dev/pragma/tracking/jobapplicationsManagement/notifiedStatus' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"email": "string",
"idVacant": 0,
"active": true,
"dateOpened": "2019-08-24T14:15:22Z",
"dateClosed": "2019-08-24T14:15:22Z",
"preStage": 0,
"stage": 0,
"postponedUntil": "2019-08-24T14:15:22Z",
"notifiedStatus": true
}
]'
{
"mensaje": "string",
"dato": {}
}