I am using python to pull log using the API curl command.
curl -H "Authorization:Token xxxxxxxx-xxxx-xxxxx" -XGET https://my-api.holmsecurity.com/v2/net-scans
I want to filter this curl output say 'past 24 hours'.
The API supports ISO 8601 format (e.g. 2022-03-01T10:00:00Z), also with UTC offsets (e.g. 2022-03-01T11:00:00+0100)
Thank you.