{
"id": 2405,
"name": "芋艿",
"url": "https://www.iocoder.cn"
}
curl --location --request POST '/admin-api/system/center-user-manual/create' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 2405,
"name": "芋艿",
"url": "https://www.iocoder.cn"
}'
{
"code": 0,
"data": 0,
"msg": "string"
}