Authorization: Bearer ********************curl --location 'http://localhost:3000/api/v1/lms/courses?page=1&perpage=10' \
--header 'Authorization: Bearer <token>'[
{
"id": 1,
"name": "Category 1",
"description": "",
"parent": 0,
"sortorder": 10000,
"coursecount": 24,
"depth": 1,
"path": "https://wnacademy.worknation.ng/course/index.php?categoryid=1"
}
]