Mark all notifications as read for the current user.
POST
/actions/user/notifications/mark-all-as-read
curl \
--request POST 'http://api.example.com/actions/user/notifications/mark-all-as-read' \
--header "Authorization: $API_KEY"