curl --location 'https://www.nihaocloud.cn/st-njs/customer/changePassword' \
--header 'Content-Type: application/json' \
--data '{
"token": "string",
"customerId": 0,
"currencyCode": "string",
"clientPlat": 0,
"storeId": 0,
"shippingCountry": "string",
"id": 0,
"ids": [
0
],
"beginId": 0,
"endId": 0,
"queryFields": [
"string"
],
"orderBy": "id",
"limit": 500,
"oldPassword": "string",
"newPassword": "string",
"confirmPassword": "string",
"email": "string"
}'false