{
"receive": "string",
"verifyCodeToken": "string",
"verifyCode": "string",
"password": "string"
}curl --location --request POST '/v4/gateway/acc.user.changepwd.byverifycode' \
--header 'Authorization;' \
--header 'Appkey: 1000' \
--header 'Access-Token-Type: JWT' \
--header 'Content-Type: application/json' \
--data-raw '{
"receive": "string",
"verifyCodeToken": "string",
"verifyCode": "string",
"password": "string"
}'{
"success": true,
"data": true
}