{
"client_id": "string",
"client_name": "string",
"redirect_uris": [
"http://example.com"
],
"scopes": [
"string"
]
}curl --location '/api/v1/admin/clients' \
--header 'Content-Type: application/json' \
--data '{
"client_id": "string",
"client_name": "string",
"redirect_uris": [
"http://example.com"
],
"scopes": [
"string"
]
}'{
"client_id": "string",
"client_name": "string",
"redirect_uris": [
"http://example.com"
],
"scopes": [
"string"
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"status": "string",
"client_secret": "pa$$word"
}