Authorization: Bearer ********************curl --location 'http://localhost:3000/api/v1/api/v1/talents/bulk-update-nysc' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"emails": [
"test-course-creator@example.com",
"custom-creator@example.com",
"guest@example.com"
]
}'[
{
"id": 1,
"name": "Category 1",
"description": "",
"parent": 0,
"sortorder": 10000,
"coursecount": 24,
"depth": 1,
"path": "https://wnacademy.worknation.ng/course/index.php?categoryid=1"
}
]