Authorization: Bearer ********************curl --location --request GET 'http://localhost:3000/api/v1/api/v1/courses/learning-academies?learning_academy=CareerBox' \
--header 'Authorization: Bearer <token>' \
--form 'username="ali"' \
--form 'email="yudrudilmo@necub.com"' \
--form 'firstname="Joshua"' \
--form 'lastname="Ojo"' \
--form 'password="Password@123"' \
--form 'role_id="2"' \
--form 'registration_mode="nysc"' \
--form 'learning_academy="CareerBox"'[
{
"id": 1,
"name": "Category 1",
"description": "",
"parent": 0,
"sortorder": 10000,
"coursecount": 24,
"depth": 1,
"path": "https://wnacademy.worknation.ng/course/index.php?categoryid=1"
}
]