{
"lastDocId": "string",
"limit": "string"
}
curl --location --request POST '/api=getNotifications' \
--header 'Content-Type: application/json' \
--data-raw '{
"lastDocId": "string",
"limit": "string"
}'
{
"code": 0,
"message": "string",
"reqId": "string",
"payload": [
{
"updatedAt": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"fromCode": "string",
"toCode": "string",
"createdBy": "string",
"creatorName": "string",
"toAccountName": "string",
"fromAccountName": "string",
"event": "string",
"amount": "string",
"userName": "string",
"companyName": "string",
"status": "string",
"isNew": "string"
}
]
}