{ "img_path": "string" }
curl --location --request PUT '/note_img/restore_note_img' \ --header 'X-token: {{X-Token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "img_path": "string" }'
{ "code": 0, "message": "string" }