curl --location 'http://122.160.87.36:9097/accordBackend/api/notification/list' \
--header 'Content-Type: application/json' \
--data '{
"driverId": "DR240501.0658.000001",
"currentPage": 1,
"itemsPerPage": 20
}'{
"responseCode": 200,
"responseMsg": "Success",
"notificationsList": [
{
"count": 1,
"id": "NTFN260401.1029.000001",
"userFullName": "Adam Sawger",
"notificationTypeLabel": "Fetch Latest Location",
"channelLabel": "Silent",
"title": "Fetch Current Location",
"message": "",
"status": 200,
"statusLabel": "<span class='success'>Success</span>",
"readStatus": 0,
"readStatusLabel": "<span class='warning'>Pending</span>",
"createdOn": "04/01/2026"
}
],
"unreadCount": 1,
"dataSize": 1
}