{
"start": 0,
"number": 20,
"tags": "transaction",
"deviceId": "{{DEVICEID}}"
}curl --location --request POST 'https://apimobile-vpay-dev.vinsmartfuture.tech/api/notification/listNotification' \
--header 'Authorization: Bearer {{BEARER}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"start": 0,
"number": 20,
"tags": "transaction",
"deviceId": "{{DEVICEID}}"
}'{
"err": 0,
"message": "string",
"total": 0,
"data": [
{
"createdAt": "string",
"id": "string",
"title": {
"en": "string",
"pt": "string",
"tet": "string"
},
"content": {
"en": "string",
"pt": "string",
"tet": "string"
},
"fullContent": {
"en": "string",
"pt": "string",
"tet": "string"
},
"icon": "string",
"isRead": true,
"cmd": {
"action": "string",
"transactionId": "string",
"requestId": "string"
},
"externalSys": true,
"readDetail": true
}
]
}