{
"clientId": "string",
"clientSecret": "string",
"clientName": "string",
"scopes": [
"string"
],
"authorizationGrantTypes": [
"string"
],
"redirectUris": [
"string"
],
"clientAuthenticationMethods": [
"string"
],
"clientSecretExpiresAt": "string"
}
curl --location --request POST 'http://127.0.0.1:9000/oauth/client/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "string",
"clientSecret": "string",
"clientName": "string",
"scopes": [
"string"
],
"authorizationGrantTypes": [
"string"
],
"redirectUris": [
"string"
],
"clientAuthenticationMethods": [
"string"
],
"clientSecretExpiresAt": "string"
}'
{}