curl --location --request PUT 'https://bpi2.poyashi.me/oauthClient' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"redirect_uris": [
"string"
]
}'{
"clientId": "string",
"clientSecret": "string",
"redirectUris": [
"string"
]
}