:between: conditions in search?criteria

:between: conditions in search?criteria

Hello, please help solve problem
I try to select deals by Creater_Time between dates
i send this GET request

/crm/v4/deals/search?criteria=(Created_Time:between:(2024-02-01T18:52:56,24-02-17T18:52:56))
encoded to
/crm/v4/deals/search?criteria=%28Created_Time%3Abetween%3A%282024-02-01T18%3A52%3A56%2C24-02-17T18%3A52%3A56%29%29

i try separate data with commas, spaces, ampersand, brackets - nothing work
and always got this error
{
    "code": "INVALID_QUERY",
    "details": {},
    "message": "invalid query formed",
    "status": "error"
}

no such examples how to use between with datetime
Could you please help me with correct example?