"string"
curl --location --request PUT '/member-info/student-info//profile-image' \ --header 'Content-Type: application/json' \ --data-raw '"string"'
{ "code": 0, "msg": "string" }