Authorization: Bearer ********************
curl --location -g --request GET 'http://39.100.59.112:8000/stat/httpdata?domain_uuid={% mock '\''guid'\'' %}&start_time={% mock '\''timestamp'\'' %}&end_time={% mock '\''timestamp'\'' %}' \ --header 'Accept;'
{ "code": 0, "message": "string", "data": { "count": 0, "next": "string", "previous": "string", "results": [ { "domain": "string", "domain_uuid": "string", "result": 0 } ] } }