{ "botId": "string" }
curl --location --request POST 'http://localhost/getWalletCookie' \ --header 'X-Token: yoyohuhu' \ --header 'Content-Type: application/json' \ --data-raw '{ "botId": "string" }'
{ "code": 0, "data": { "cookie": "uin=o3456605;" } }