Authorization: Bearer ********************
curl --location 'https://sbi.pigeon-server.cn/api/server/status' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "fromData": "string", "toData": "string" }'
{ "status": true, "msg": "string", "data": "string" }