{
"deviceId": "{{DEVICEID}}"
}curl --location --request POST 'https://apimobile-vpay-dev2.vinsmartfuture.tech/api/notification/countNewNotification' \
--header 'Authorization: Bearer b8ccdcb0-59f2-4924-a5d7-e45e79de8391' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "{{DEVICEID}}"
}'{
"err": 200,
"message": "Success",
"data": {
"totalNew": 0,
"detail": {}
}
}