Authorization: Bearer ********************
{
"gmail": "string"
}
curl --location --request POST 'https://google-voice.net/api/fcm/import' \
--header 'Content-Type: application/json' \
--data-raw '{
"gmail": "string"
}'
{"status":true,"result":"导入成功!","msg":"账号成功导入监听!"}