Tennis Scraping Test

{
  "success": true,
  "dbTournaments": [
    {
      "id": "cmjrme46g001nowluoh49xzi9",
      "name": "United Cup",
      "drawsUrl": "https://api.wtatennis.com/tennis/tournaments/2084/2026/draw",
      "startDate": "2026-01-02T00:00:00.000Z",
      "endDate": "2026-01-11T00:00:00.000Z",
      "atpId": null,
      "wtaId": "2084",
      "year": 2026,
      "tour": "WTA"
    },
    {
      "id": "cmjrme0dw0000owluzmwttcx0",
      "name": "United Cup",
      "drawsUrl": "https://www.atptour.com/en/scores/current/united-cup/9900/country-draws",
      "startDate": "2026-01-02T12:00:00.000Z",
      "endDate": "2026-01-11T12:00:00.000Z",
      "atpId": "9900",
      "wtaId": null,
      "year": 2026,
      "tour": "ATP"
    },
    {
      "id": "cmjrme46z001oowlun1lg80f3",
      "name": "Brisbane International",
      "drawsUrl": "https://api.wtatennis.com/tennis/tournaments/800/2026/draw",
      "startDate": "2026-01-04T00:00:00.000Z",
      "endDate": "2026-01-11T00:00:00.000Z",
      "atpId": null,
      "wtaId": "800",
      "year": 2026,
      "tour": "WTA"
    },
    {
      "id": "cmjrme0el0001owlu6xfaonax",
      "name": "Brisbane International",
      "drawsUrl": "https://www.atptour.com/en/scores/current/brisbane/339/draws",
      "startDate": "2026-01-04T12:00:00.000Z",
      "endDate": "2026-01-11T12:00:00.000Z",
      "atpId": "339",
      "wtaId": null,
      "year": 2026,
      "tour": "ATP"
    },
    {
      "id": "cmjrme47x001powlu91lnwt9r",
      "name": "ASB Classic",
      "drawsUrl": "https://api.wtatennis.com/tennis/tournaments/1049/2026/draw",
      "startDate": "2026-01-05T00:00:00.000Z",
      "endDate": "2026-01-11T00:00:00.000Z",
      "atpId": null,
      "wtaId": "1049",
      "year": 2026,
      "tour": "WTA"
    },
    {
      "id": "cmjrme0f80002owlu23dqf19y",
      "name": "Hong Kong Open",
      "drawsUrl": "https://www.atptour.com/en/scores/current/hong-kong/336/draws",
      "startDate": "2026-01-05T12:00:00.000Z",
      "endDate": "2026-01-11T12:00:00.000Z",
      "atpId": "336",
      "wtaId": null,
      "year": 2026,
      "tour": "ATP"
    },
    {
      "id": "cmjrme48i001qowlupsyrwlqw",
      "name": "Hobart International",
      "drawsUrl": "https://api.wtatennis.com/tennis/tournaments/1050/2026/draw",
      "startDate": "2026-01-12T00:00:00.000Z",
      "endDate": "2026-01-17T00:00:00.000Z",
      "atpId": null,
      "wtaId": "1050",
      "year": 2026,
      "tour": "WTA"
    },
    {
      "id": "cmjrme492001rowlu48lmmhdh",
      "name": "Adelaide International",
      "drawsUrl": "https://api.wtatennis.com/tennis/tournaments/2014/2026/draw",
      "startDate": "2026-01-12T00:00:00.000Z",
      "endDate": "2026-01-17T00:00:00.000Z",
      "atpId": null,
      "wtaId": "2014",
      "year": 2026,
      "tour": "WTA"
    }
  ],
  "drawUpdates": [
    {
      "name": "United Cup",
      "status": "success"
    },
    {
      "name": "United Cup",
      "status": "success"
    },
    {
      "name": "Brisbane International",
      "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": "Brisbane International",
      "status": "error",
      "error": "Error in connector: Error querying the database: Error code 778: Error writing to disk"
    },
    {
      "name": "ASB Classic",
      "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": "Hong Kong Open",
      "status": "success"
    },
    {
      "name": "Hobart International",
      "status": "success"
    },
    {
      "name": "Adelaide International",
      "status": "success"
    }
  ]
}