curl --location -g --request POST 'https://api.green-api.com/waInstance<Ваш idInstance из личного кабинета Green API>/sendAuthorizationPassword/<Ваш apiTokenInstance из личного кабинета Green API>' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "qwerty"
}'{
"status": true,
"data": {
"status": "success"
}
}