Authorization: Bearer ********************
{
"gmail": "string"
}
curl --location --request POST 'https://google-voice.net/api/fcm/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"gmail": "string"
}'
{"status":true,"msg":"监听程序已删除"}