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