How get issues which have work item in custom date wit rest api?

In browser I use query 'for:me work date: 2020-03-12, and it show correct issues in result, but with rest api it show all issues for me
0
1 comment
Official comment

Hello, could you please share the full request that you're sending?

Here is an example of a request that should return relevant results: GET https://example.myjetbrains.com/youtrack/api/issues/?query=for:%20me%20work%20date:%202020-03-12&fields=id,summary

Please sign in to leave a comment.