{
"bookname": "爱黑马",
"author": "哎嘿吗",
"publisher": "爱黑马"
}
curl --location --request POST 'https://applet-base-api-t.itheima.net/api/addbook' \
--header 'Content-Type: application/json' \
--data-raw '{
"bookname": "爱黑马",
"author": "哎嘿吗",
"publisher": "爱黑马"
}'
{
"status": 201,
"data": {
"bookname": "爱黑马",
"author": "哎嘿吗",
"publisher": "爱黑马",
"id": 109
},
"msg": "添加图书成功"
}