Accessing Notifications
Fetches a users notifications given a page number.
Headers
Name
Type
Description
{
"success": true,
"data": [
{
"message": string,
"link": string,
"rank": string
},
...
]
}{
"success": false,
"userFacingMessage": string
}Last updated