Thanks for your response.
I have tried the following as per the document reference link what you referred and still I am not able to get through the Token.
Output Response :
Note: Unnecessary use of -X or --request, POST is already inferred.
* Trying 159.140.206.14:443...
* TCP_NODELAY set
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
* ALPN, server did not agree to a protocol
* Server certificate:
* subject: C=US; ST=Missouri; L=Kansas City; jurisdictionC=US; jurisdictionST=Delaware; O=Cerner Corporation; businessCategory=Private Organization; serialNumber=2103665; CN=
authorization.cerner.com* start date: Mar 11 17:27:37 2020 GMT
* expire date: Mar 11 17:57:36 2022 GMT
* issuer: C=US; O=Entrust, Inc.; OU=See
www.entrust.net/legal-terms; OU=(c) 2014 Entrust, Inc. - for authorized use only; CN=Entrust Certification Authority - L1M
* SSL certificate verify ok.
> POST /tenants/ec2458f2-1e24-41c8-b71b-0e701af7583d/protocols/oauth2/profiles/smart-v1/token HTTP/1.1
> User-Agent: curl/7.68.0
> Accept: application/json
> Authorization: Basic ( base64 "SYSTEM_ACCOUNT_CLIENT_ID:SYSTEM_ACCOUNT_CLIENT_SECRET")
> Content-Type: application/x-www-form-urlencoded
> cache-control: no-cache
> Content-Length: 94
>
* upload completely sent off: 94 out of 94 bytes
* OpenSSL SSL_read: Connection reset by peer, errno 104
* Closing connection 0
curl: (56) OpenSSL SSL_read: Connection reset by peer, errno 104