{ "ownerId": "string" }
curl --location --request POST '/oauth/generate/appInfo' \ --header 'Content-Type: application/json' \ --data-raw '{ "ownerId": "string" }'
{ "code": 0, "msg": "", "data": { "appKey": "", "appSecret": "" } }