POST
/api/v1/notifications/read-all
curl \
--request POST 'https://api.plannrcrm.com/api/v1/notifications/read-all' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
"message": "Unauthenticated."
}