podmall.mall.seller.user.password.changeconfig/api/podmall/mall/marketer-org/change.password.json0。{
"phone": "string",
"verifyCodeToken": "string",
"verifyCode": "string",
"password": "string"
}curl --location '/v4/gateway/podmall.mall.seller.user.password.change' \
--header 'Access-Token-Type;' \
--header 'Access-Token-Type: JWT' \
--header 'Locale;' \
--header 'X-Tenant-Key;' \
--header 'Appkey: 1000' \
--header 'Content-Type: application/json' \
--data '{
"phone": "string",
"verifyCodeToken": "string",
"verifyCode": "string",
"password": "string"
}'{
"status": 0,
"success": true,
"data": true
}