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