curl --location --globoff 'https://api.green-api.com/waInstance<Ваш idInstance из личного кабинета Green API>/setAuthorizationPassword/<Ваш apiTokenInstance из личного кабинета Green API>' \
--header 'Content-Type: application/json' \
--data '{
"password": "qwerty123",
"hint": "Как обычно"
}'{
"status": true,
"data": {
"status": "success",
"reason": ""
}
}