{
"client_name": "string",
"redirect_uris": "string",
"token_endpoint_auth_method": "string"
}curl --location --request POST 'http://127.0.0.1/oidc/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_name": "string",
"redirect_uris": "string",
"token_endpoint_auth_method": "string"
}'{}