Authorization: Bearer ********************
{
"name": "阵、雨的博客",
"avatar": "https://img-blog.csdnimg.cn/03d9eede77cb41469aa7d49b35aecb48.jpeg",
"address": "http://www.hahacode.cn",
"intro": "这是阵、雨的博客。"
}
curl --location --request POST '/link' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "阵、雨的博客",
"avatar": "https://img-blog.csdnimg.cn/03d9eede77cb41469aa7d49b35aecb48.jpeg",
"address": "http://www.hahacode.cn",
"intro": "这是阵、雨的博客。"
}'
{"code":0,"message":"OK","data":null}