{
"clientId": "string",
"clientSecret": "string",
"scope": "string"
}curl --location '/com/encounter/framework/feign/client/auth_token_client/issueClientToken' \
--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()"
}