Authorization: ********************
curl --location --request POST '/notifications/mark-all-read' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "message": "string" }