Authorization: Bearer ********************
{
"gmail": "string"
}
curl --location --request POST 'https://google-voice.net/api/voice/receive' \
--header 'Content-Type: application/json' \
--data-raw '{
"gmail": "string"
}'
{
"status": true,
"data": [
{
"From": "+198765432110",
"To": "+12345678910",
"Message": "【腾讯】您的验证码是:【966031】,如非本人操作,请忽略本短信。",
"TimeUnix": 1732781710,
"MessageId": "025035ba60f524ef8731b355f5db8aac9da35df7"
}
]
}