Authorization: Bearer ********************
{ "nodeId": 0 }
curl --location --request GET 'https://api.mefrp.com/api/auth/node/secret' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "nodeId": 0 }'
{ "code": 200, "data": { "serverPort": 2333, "token": "I_DONT_KNOW" }, "message": "成功" }