Authorization: Bearer ********************
{ "gmail": "string", "password": "string", "serverId": 1 }
curl --location --request POST 'https://google-voice.net/api/fcm/add' \ --header 'Content-Type: application/json' \ --data-raw '{ "gmail": "string", "password": "string", "serverId": 1 }'
{ "status": true, "result": "添加成功!", "msg": "谷歌账号添加成功!" }