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