Authorization: Bearer ********************
{
"action": "voice",
"limit": 10,
"page": 1
}
curl --location --request POST 'https://google-voice.net/api/user/voice' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "voice",
"limit": 10,
"page": 1
}'
{
"status": true,
"code": 200,
"msg": "success",
"data": [
{
"gmail": "xxxx@gmail.com",
"password": "Gmail App Password",
"phone": "+1 2345678901",
"serverId": 1,
"status": 1,
"addTime": 1739500000,
"expireTime": 1771000000
}
],
"total": 1,
"limit": 10,
"current": 1
}