Given multiple repos, suggest commandsPOST/suggest/v3/suggest/v3SendBodyRequest Bodyapplication/jsonRequiredsuggest bodybodyRequiredarray<object>Object 1cURLJavaScriptGoPythoncurl -X POST "https://api.devzero.io/backend/v0/suggest/v3" \ -H "Content-Type: application/json" \ -d '[ { "git_username": "string", "owner": "string", "personal_access_token": "string", "repo": "string" } ]'200500Array of commandsResponse{ "suggestions": [ { "provider": "string", "suggestions": [ { "confidence": "HIGH", "step": "string", "step_description": "string", "step_name": "string", "step_phase": "build" } ] } ] }TypeScriptPreviousReply to invite PUTNextGet all available commands GET