{
"deviceId": "{{DEVICEID}}",
"notificationId": "6912f03b1e2ef7863d1a9291"
}curl --location --request POST 'https://apimobile-vpay-dev.vinsmartfuture.tech/api/v3/notification/getDetail' \
--header 'Authorization: Bearer {{BEARER}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "{{DEVICEID}}",
"notificationId": "6912f03b1e2ef7863d1a9291"
}'{
"err": 0,
"message": "string",
"data": {
"action": "string",
"fields": [
{
"name": "string",
"value": "string",
"dataType": "string",
"isMapping": true,
"isCopy": true,
"needSecured": true,
"needsDisplay": true,
"currency": "string",
"isFormula": true
}
]
}
}