Authorization: Bearer ********************curl --location --request POST '/admin/agents/create' \
--header 'Authorization: Bearer <token>' \
--form 'name=""' \
--form 'description=""' \
--form 'icon=""' \
--form 'show=""' \
--form 'api_key=""' \
--form 'server_url=""' \
--form 'is_default="t"'{
"code": 0,
"message": "string",
"data": {
"agent_key": "string",
"name": "string",
"description": "string",
"icon": "string",
"show": true,
"is_default": true
}
}