/v1/notifications/read-all| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
curl -X POST '/api-proxy/v1/notifications/read-all' \
-H 'Authorization: Bearer <YOUR_TOKEN>'{
"data": {
"marked_count": 0
}
}curl -X POST '/api-proxy/v1/notifications/read-all' \
-H 'Authorization: Bearer <YOUR_TOKEN>'{
"data": {
"marked_count": 0
}
}