š Baselink currently on development phase. Learn more
curl --request PATCH \
--url https://www.api.baselink.tech/notifications/user/:userId/mark-all-read \
--header 'bearer: <api-key>'{
"success": true,
"message": "<string>",
"updatedCount": 123
}curl --request PATCH \
--url https://www.api.baselink.tech/notifications/user/:userId/mark-all-read \
--header 'bearer: <api-key>'{
"success": true,
"message": "<string>",
"updatedCount": 123
}