How to get the data modified in last 2 days

Guys please suggest how to write query to get last modified element of specific date and time
https://cloud.squidex.io/api/content/#{app_name}/module/

Something like this could work

$filter=lastModified gt 2021-07-05T12:00:00Z

ANy specific time format need to use or we can use any time format

It is ISO8601: https://en.wikipedia.org/wiki/ISO_8601