Marks all notifications related to a specific booking as read
cURL
curl --request POST \ --url http://localhost:3000/api/notifications/mark-booking-notifications-as-read \ --header 'Content-Type: application/json' \ --data ' { "bookingId": "<string>" } '
{ "success": true }
Booking notifications marked as read successfully
Whether the operation was successful