POST
    /v1/reportedResources~bulkValidate
  
  curl \
 --request POST 'https://openapi.meltingspot.io/v1/reportedResources~bulkValidate' \
 --header "Content-Type: application/json" \
 --data '{"status":"Accepted","reportedResourceIds":["string"]}'
        Request examples
  
  {
  "status": "Accepted",
  "reportedResourceIds": [
    "string"
  ]
}
        Response examples (200)
  
  {
  "updatedReportedResources": [
    {
      "id": "string",
      "ownerId": "string",
      "ownerType": "ThreadMessage",
      "status": "PendingReview",
      "author": {
        "firstName": "string",
        "lastName": "string",
        "profilePicture": "string",
        "spotMemberId": "string"
      },
      "lastReportId": "string",
      "createdAt": 42
    }
  ]
}