Authorization: Bearer ********************
{
"gmail": "string",
"password": "string"
}
curl --location --request POST 'https://google-voice.net/api/fcm/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"gmail": "string",
"password": "string"
}'
{"status":true,"result":"成功!","code":200,"msg":"密码修改成功!"}