curl --location --request POST 'https://oidc-uat.x-id.io/oauth2/token' \
--header 'Accept: application/json' \
--data-urlencode 'code=' \
--data-urlencode 'grant_type=' \
--data-urlencode 'client_id=' \
--data-urlencode 'redirect_uri='
{
"access_token": "dq2tO16OayqZAAlVC...cqKuyiwMly3RHCuf9hjq4",
"id_token": "eyJhbGciOiJSUzI1NiIsIm...Dgch06BGykfpkELF1UGNVg",
"expires_in": 604799,
"scope": "openid verification signing",
"token_type": "bearer"
}