How do I filter for entries who's field abc is an empty string?

http://localhost:1337/api/categories?filters[name][$eq]=

// 20240711153136
// http://localhost:1337/api/categories?filters[name][$eq]=

{
  "data": [
    {
      "id": 1,
      "attributes": {
        "name": "",
        "datetime": null,
        "date": null,
        "createdAt": "2024-07-11T11:50:06.109Z",
        "updatedAt": "2024-07-11T11:57:27.635Z",
        "publishedAt": "2024-07-11T11:50:08.700Z",
        "locale": "en"
      }
    }
  ],
  "meta": {
    "pagination": {
      "page": 1,
      "pageSize": 25,
      "pageCount": 1,
      "total": 1
    }
  }
}