Get all available commandsGET/suggest/v3/suggest/v3SendcURLJavaScriptGoPythoncurl -X GET "https://api.devzero.io/backend/v0/suggest/v3"200Array of commandsResponse{ "suggestions": [ { "provider": "string", "suggestions": [ { "confidence": "HIGH", "step": "string", "step_description": "string", "step_name": "string", "step_phase": "build" } ] } ] }TypeScriptPreviousGiven multiple repos, suggest commands POSTNextGiven multiple repos, suggest a recipe POST