{
"deviceId": "{{DEVICEID}}",
"notificationId": "6912f03b1e2ef7863d1a9291"
}curl --location --request POST 'https://apimobile-vpay-dev2.vinsmartfuture.tech/api/v3/notification/getDetail' \
--header 'Authorization: Bearer {{BEARER}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "{{DEVICEID}}",
"notificationId": "6912f03b1e2ef7863d1a9291"
}'{}