curl --location --request POST 'https://api.stg.bidancer.com/auth-service/auth/oauth2/update-client' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"update": {
"redirect_uris": [
"string"
],
"scope": "string",
"client_name": "string",
"client_uri": "string",
"logo_uri": "string",
"contacts": [
"string"
],
"tos_uri": "string",
"policy_uri": "string",
"software_id": "string",
"software_version": "string",
"software_statement": "string",
"post_logout_redirect_uris": [
"string"
],
"grant_types": [
"string"
],
"response_types": [
"string"
],
"type": "string"
}
}'