The API endpoint {{baseUrl}}/api/course/searchCourseList is a POST request that is used to search for courses by a keyword.
Method: POST
Base URL: {{baseUrl}}
Path: /api/course/searchCourseList
Headers:
The request body type is x-www-form-urlencoded
key (string): Search Key
auth (string): Authentication token
The response will be in JSON format and will include the following fields:
success (string): Indicates the success status of the request.
data (array): Contains an array of objects, each representing a course with these properties:
idCourse (string): The unique identifier for the course.
code (string): The code associated with the course.
name (string): The name of the course.
img_course (string): The path/source to the course image
course_demo (string): The course demo.
create_link (string): URL to the course