{
"clientId": "string",
"clientSecret": "string",
"scope": "string"
}curl --location '/oauth/token/client' \
--header 'Content-Type: application/json' \
--data '{
"clientId": "string",
"clientSecret": "string",
"scope": "string"
}'