Authorization: Bearer ********************
{
"name": "app名称",
"emoji": "🎁"
}
curl --location --request POST '/v1/admin/add-oauth2-app' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "app名称",
"emoji": "🎁"
}'
{
"code": 0,
"msg": "ok",
"data": {
"client_id": "xxxxxxxx",
"client_secret": "xxxxxxxxxxxxxxxx"
}
}