Authorization: Bearer ********************
curl --location --request GET '/admin/agents/list?show&per_page'
{
"code": 0,
"message": "string",
"data": {
"items": [
{
"agent_key": "string",
"name": "string",
"description": "string",
"icon": "string",
"show": true,
"is_default": true,
"created_at": "string",
"updated_at": "string"
}
],
"total": 0,
"current_page": 0,
"per_page": 0
}
}