Authorization: Bearer ********************{
"oldPassword": "string",
"newPassword": "string"
}curl --location --request POST '/api/my/changePassword' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"oldPassword": "string",
"newPassword": "string"
}'{
"code": 0,
"message": "",
"data": {
"createTime": "",
"updateTime": "",
"id": 0,
"username": "",
"email": "",
"userType": 0,
"status": 0
}
}