curl --location 'http://localhost:1111/api/v1/auth/oauth/token/client' \
--header 'Content-Type: application/json' \
--data '{
"clientId": "string",
"clientSecret": "string",
"scope": "string"
}'{
"code": 0,
"message": "string",
"messageKey": "string",
"timestamp": 0,
"data": {
"accessToken": "string",
"expiresIn": 0,
"principalType": "string"
},
"requestId": "resolveRequestId()"
}