Authorization: Bearer ********************
{
"thinkTitle": "个人思考222",
"content": "做事一定要事无巨细!"
}
curl --location --request POST 'http://localhost:8999/api/own/think' \
--header 'Content-Type: application/json' \
--data-raw '{
"thinkTitle": "个人思考222",
"content": "做事一定要事无巨细!"
}'
{
"code": 200,
"msg": "新增成功!"
}