cURL
curl --request POST \ --url https://cucuniversity.edtools.co/api/method/edtools_core.api.get_course_topics \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "course": "Introduction to Programming" } '
—
Respuesta exitosa del servidor.