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