Authorization: Bearer ********************
curl --location --request GET 'http://39.100.59.112:8000/pie/attack' \
--header 'Accept;'
{
"code": 0,
"message": "string",
"data": {
"attack_method": [
{
"attack_type": "string",
"count": 0
}
],
"defend_type": [
{
"defend_type": "string",
"count": 0
}
],
"attack_info": [
{
"attack_info": null,
"count": 0
}
]
}
}