Mark notifications as read
Mark notifications as read
        POST
    /v1/spotMembers/{spotMemberId}/notifications~markAsRead
  
  curl \
 --request POST 'https://openapi.meltingspot.io/v1/spotMembers/{spotMemberId}/notifications~markAsRead' \
 --header "Content-Type: application/json" \
 --data '{"id":{"id[in]":["string"]}}'
        Request examples
  
  {
  "id": {
    "id[in]": [
      "string"
    ]
  }
}
        Response examples (200)
  
  [
  {
    "id": "string",
    "userId": "string",
    "logId": "string",
    "isRead": true,
    "createdAt": "2025-05-04T09:42:00Z",
    "log": {
      "id": "string",
      "spotId": "string",
      "type": "AskJoinPrivateSpot",
      "body": {}
    }
  }
]