curl --location --request PATCH 'http://127.0.0.1:6810/api/users/profiles/self' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"email": "string",
"email_code": 0,
"avatar_url": "string",
"qq": 0,
"origin_password": "string",
"new_password": "string"
}'{
"code": "SUCCESS_EDIT_CURRENT_PROFILE",
"message": "编辑用户信息成功",
"data": true
}