Mark all notifications as read of current signed in user.Return BulkOpeartionInfo
recording how many notifications has been read
Request Code Samples
curl --location --request POST 'http://localhost:8000/notification/read_all'
Responses
{
"success": true,
"operation": "string",
"total": 0
}
Modified at 2024-12-11 01:16:41