cURL
curl --request POST \ --url https://sg.sobot.io/agent/queryDepartAgentInfoList \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '"<unknown>"'
"<unknown>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
成功