cURL
curl --request POST \ --url https://sg.sobot.io/api/5/user/getUserInfo \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "uid": "<string>" } '
查询用户信息
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
No Content