{
"id": 0,
"title": "string",
"content": "string",
"problem_id": 0,
"status": 1
}curl --location --request PUT '/blog' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjp0cnVlLCJleHAiOjE3NDk0OTMwMTEsInVpZCI6M30.ZILhTAGVYhJN-lN0VU09JktCzok7UjjwUFVcGJna1Y0' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"title": "string",
"content": "string",
"problem_id": 0,
"status": 1
}'{
"code": 0,
"msg": "string",
"data": null
}