List curricula
documentedReturn info about all curricula/competencies.
GET /api/get_all_curriculaCurriculano implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$base_url}}/api/get_all_curricula" \
-X GET \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "x-api-key: {{CYPHERLEARNING_API_KEY}}"