{ "title": "string", "description": "string", "content": "string" }
curl --location --request PUT 'http://dev-cn.your-api-server.com/blog/' \ --header 'Content-Type: application/json' \ --data-raw '{ "title": "string", "description": "string", "content": "string" }'
{}