{
"name": "大胖孙",
"avatar": "http://www.php-cw.localhost/uploads/images/20240326/20240326111644a6c376985.png",
"image": "http://www.php-cw.localhost/uploads/images/20240326/20240326111644a6c376985.png"
}
curl --location --request POST '/api/kb.digital/add?id=1' \
--header 'token: {{api-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "大胖孙",
"avatar": "http://www.php-cw.localhost/uploads/images/20240326/20240326111644a6c376985.png",
"image": "http://www.php-cw.localhost/uploads/images/20240326/20240326111644a6c376985.png"
}'
{
"code": 1,
"show": 1,
"msg": "添加成功",
"data": []
}