{
"client_id": "string",
"client_name": "string",
"redirect_uris": [
"http://example.com"
],
"scopes": [
"string"
]
}curl --location --request PUT '/api/v1/admin/clients/' \
--header 'X-CSRF-Token;' \
--header 'Content-Type: application/json' \
--data '{
"client_id": "string",
"client_name": "string",
"redirect_uris": [
"http://example.com"
],
"scopes": [
"string"
]
}'