Authorization: Bearer ********************
{
"thinkId": "23",
"thinkTitle": "个人思考修改后111",
"content": "做事一定要事无巨细111!"
}
curl --location --request PUT 'http://localhost:8999/api/own/think' \
--header 'Content-Type: application/json' \
--data-raw '{
"thinkId": "23",
"thinkTitle": "个人思考修改后111",
"content": "做事一定要事无巨细111!"
}'
{}