{ "appId": "10eafa0b0f53156390c6b9af8383dc87test", "appSecret": "5cda3a58bff87f90584956ba830f959ctest" }
curl --location 'http://wspacebot.yunfeiwork.com/wspace-openapi/oauth/token' \ --header 'Content-Type: application/json' \ --data '{ "appId": "10eafa0b0f53156390c6b9af8383dc87test", "appSecret": "5cda3a58bff87f90584956ba830f959ctest" }'
{ "code": 200, "msg": "SUCCESS", "data": { "accessToken": "ACCESS_TOKEN", "expiresIn": 2592000 } }