redirect_uri with an authorization code and your state. The authorization code expires in 5 minutes.curl --location --request GET 'https://api.opensylo.com/oauth/authorize?client_id=yourmarketplace_client_a1b2c3d4&redirect_uri=https://yourmarketplace.com/oauth/callback&response_type&scope=data.share.sales data.share.profile credit.score.read&state=random_csrf_token_123&code_challenge=E9Melhoa2OwvFrEMTJguCHaoeK1t8URWbuGJSstw-cM&code_challenge_method'