Tennis Scraping Test

{
  "success": true,
  "dbTournaments": [
    {
      "id": "cmjrme4t30022owlurkpj0mrv",
      "name": "Charleston Open",
      "drawsUrl": "https://api.wtatennis.com/tennis/tournaments/804/2026/draw",
      "startDate": "2026-03-30T00:00:00.000Z",
      "endDate": "2026-04-05T00:00:00.000Z",
      "atpId": null,
      "wtaId": "804",
      "year": 2026,
      "tour": "WTA"
    },
    {
      "id": "cmjrme4ut0023owlu92y5q75q",
      "name": "Colsanitas Cup",
      "drawsUrl": "https://api.wtatennis.com/tennis/tournaments/894/2026/draw",
      "startDate": "2026-03-30T00:00:00.000Z",
      "endDate": "2026-04-05T00:00:00.000Z",
      "atpId": null,
      "wtaId": "894",
      "year": 2026,
      "tour": "WTA"
    },
    {
      "id": "cmjrme15p000iowluzoo6xod5",
      "name": "U.S. Men's Clay Court Championship",
      "drawsUrl": "https://www.atptour.com/en/scores/current/houston/717/draws",
      "startDate": "2026-03-30T12:00:00.000Z",
      "endDate": "2026-04-05T12:00:00.000Z",
      "atpId": "717",
      "wtaId": null,
      "year": 2026,
      "tour": "ATP"
    },
    {
      "id": "cmjrme16m000jowluh6uf3ywc",
      "name": "Grand Prix Hassan II",
      "drawsUrl": "https://www.atptour.com/en/scores/current/marrakech/360/draws",
      "startDate": "2026-03-30T12:00:00.000Z",
      "endDate": "2026-04-05T12:00:00.000Z",
      "atpId": "360",
      "wtaId": null,
      "year": 2026,
      "tour": "ATP"
    },
    {
      "id": "cmjrme1m6000kowluoz9cvbq0",
      "name": "Tiriac Open",
      "drawsUrl": "https://www.atptour.com/en/scores/current/bucharest/4462/draws",
      "startDate": "2026-03-30T12:00:00.000Z",
      "endDate": "2026-04-05T12:00:00.000Z",
      "atpId": "4462",
      "wtaId": null,
      "year": 2026,
      "tour": "ATP"
    },
    {
      "id": "cmjrme1mu000lowlu6sx44v3u",
      "name": "Rolex Monte-Carlo Masters",
      "drawsUrl": "https://www.atptour.com/en/scores/current/atp-masters-1000-monte-carlo/410/draws",
      "startDate": "2026-04-05T12:00:00.000Z",
      "endDate": "2026-04-12T12:00:00.000Z",
      "atpId": "410",
      "wtaId": null,
      "year": 2026,
      "tour": "ATP"
    },
    {
      "id": "cmjrme4vk0024owluipvuai9i",
      "name": "Upper Austria Ladies Linz",
      "drawsUrl": "https://api.wtatennis.com/tennis/tournaments/528/2026/draw",
      "startDate": "2026-04-06T00:00:00.000Z",
      "endDate": "2026-04-12T00:00:00.000Z",
      "atpId": null,
      "wtaId": "528",
      "year": 2026,
      "tour": "WTA"
    }
  ],
  "drawUpdates": [
    {
      "name": "Charleston Open",
      "status": "error",
      "error": "\nInvalid `prisma.match.update()` invocation:\n\n\nError in connector: Error querying the database: Error code 778: Error writing to disk"
    },
    {
      "name": "Colsanitas Cup",
      "status": "error",
      "error": "\nInvalid `prisma.match.update()` invocation:\n\n\nError in connector: Error querying the database: Error code 778: Error writing to disk"
    },
    {
      "name": "U.S. Men's Clay Court Championship",
      "status": "success"
    },
    {
      "name": "Grand Prix Hassan II",
      "status": "error",
      "error": "Error in connector: Error querying the database: Error code 778: Error writing to disk"
    },
    {
      "name": "Tiriac Open",
      "status": "error",
      "error": "Error in connector: Error querying the database: Error code 778: Error writing to disk"
    },
    {
      "name": "Rolex Monte-Carlo Masters",
      "status": "success"
    },
    {
      "name": "Upper Austria Ladies Linz",
      "status": "success"
    }
  ]
}