MngSetCustomerPassword¶
Sets customer auth password. Password is stored using the server password hash format.
Request¶
{
"command": "MngSetCustomerPassword",
"extID": "1",
"data": {
"customer_id": 1,
"password": "new-strong-password"
}
}
Response Data¶
{
"customer_id": 1
}