Authorization: Bearer ********************
{ "course_name": "Introduction to JAVA", "students_list": ["2022141520159", "2022141520158", "2022141520157"] }
curl --location --request POST 'http://127.0.0.1:8000/home/' \ --header 'Content-Type: application/json' \ --data-raw '{ "course_name": "Introduction to JAVA", "students_list": ["2022141520159", "2022141520158", "2022141520157"] }'
{ "success": "Course created successfully" }