Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/accesslog?datetime-start=2025-09-01T20%3A00%3A53+00%3A00&datetime-end=2025-09-02T20%3A00%3A53+00%3A00&by-ip=1.1.1.1&action-type=login&target-domain=undefined&target-object=&target-host=undefined&target-user=undefined&by-client=undefined&by-domain=undefined' \
--header 'Authorization: Bearer <token>'[
{
"by-ip": "string",
"timestamp-datetime": "string",
"by-domain": "string",
"by-user": "string",
"by-client": "string",
"action-type": "string",
"target-host": "string",
"target-domain": "string",
"target-user": "string",
"target-object": "string",
"auditlog-details": {}
}
]