Authorization: Bearer ********************
curl --location --request GET 'http://39.100.59.112:8000/stat/modelrec?domain_uuid=&start_time=1234566776&end_time=1234566776' \
--header 'Accept;'
{
"code": 0,
"message": "string",
"data": {
"count": 0,
"next": "string",
"previous": "string",
"results": [
{
"domain": "string",
"domain_uuid": "string",
"total_calls": 0,
"normal_calls": 0,
"unidentified_attack": 0,
"identified_attack": 0
}
]
}
}