curl --request POST \ --url 'https://sandbox.connect.hopae.com/api/v1/token' \ --header 'Content-Type: application/json' \ --data '{ "grant_type": "authorization_code", "code": "auth_xyz", "client_id": "client123", "client_secret": "secret456" }'
{ "id_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9..." }