Authorization: Bearer ********************curl --location --request GET '/oauth2/authorized/?code&state&error' \
--header 'Authorization: Bearer <token>'{
"access_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9...",
"token_type": "Bearer",
"expires_in": 7200,
"scope": "api:read user:profile",
"refresh_token": "rt_8a9sf89as8fd9a8s...",
"id_token": "eyJhbGciOiJSUzI1NiIsImtp..."
}