Authorization: Bearer ********************curl --location --request GET '/remoteshares?offset=0&limit=20&keyword' \
--header 'Authorization: Bearer <token>'{
"123456777": {
"account": "oraytest010",
"remark": "测试帐号2",
"total": 30
},
"123456789": {
"account": "oraytest030",
"remark": "测试帐号",
"total": 3
}
}