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