Authorization: Bearer ********************{
"gmail": "string"
}curl --location 'https://google-voice.net/api/user/renewal_gmail' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"gmail": "string"
}'{"status":true,"result":"续费成功!","msg":"账号续费成功!"}