Changing the status of the account

Description

Initializes changing of the account password.

Request code

OC_SETPASSWORD

Request errors

No

Request body

"Action":<OC_SETPASSWORD>,
"Data":{
 "Token":<MyToken>,
 "Password":<MyNewPassword>
}

Response body

"Status":"Success"