Authorization: Bearer ********************
{
"gmail": "string"
}
curl --location --request POST 'https://google-voice.net/api/fcm/stop' \
--header 'Content-Type: application/json' \
--data-raw '{
"gmail": "string"
}'
{"status":true,"result":"进程停止!","msg":"账号监听进程已暂停!"}