Authorization: Bearer ********************curl --location --request PUT '/desktop/notification/clear-user-notifications' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Business notifications cleared successfully!",
"data": {}
}