{ "appId": null, "appSecret": null }
curl --location --request POST '/open/app/token' \ --header 'Content-Type: application/json' \ --data-raw '{ "appId": null, "appSecret": null }'
{ "code": null, "message": null, "body": { "accessToken": null, "expireTime": null } }