Authorization: Bearer ********************
curl --location --request POST 'https://api.quimerax.com/api/external/teams/intelligence/detection-logs' \ --header 'X-TEAM-ID: <string>' \ --header 'X-HASH-KEY: <string>' \ --header 'Accept: application/json' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'domain=<string>' \ --data-urlencode 'status=<string>' \ --data-urlencode 'detection_date=<string>' \ --data-urlencode 'detection_method=<string>' \ --data-urlencode 'detection_dataset=<string>' \ --data-urlencode 'active=<string>' \ --data-urlencode 'scanned=<string>'
{}