Newly created filter not working.

I created a new filter.

I called GET All filters V1, and received the JSON below.

I use it to filter my GET All Organizations end point.

I have about 200 orgs that have this id. see below.

Its not working.

{

        "id": 5719,

        "name": "Organization Customer ID is not empty",

        "filter_code": null,

        "is_editable": true,

        "active_flag": true,

        "type": "deals",

        "temporary_flag": false,

        "user_id": 23065206,

        "add_time": "2026-06-30 00:16:07",

        "update_time": null,

        "visible_to": "7",

        "last_used_time": "2026-06-30 00:00:00",

        "custom_view_id": null

    }