curl --request POST \
--url https://api.alpha-1edtech.ai/powerpath/lessonPlans/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"courseId": "<string>",
"userId": "<string>",
"classId": "<string>"
}
'{
"lessonPlanId": "<string>"
}Purpose: Create a new lesson plan for a course and student
When to use:
What it does:
curl --request POST \
--url https://api.alpha-1edtech.ai/powerpath/lessonPlans/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"courseId": "<string>",
"userId": "<string>",
"classId": "<string>"
}
'{
"lessonPlanId": "<string>"
}The access token received from the authorization server in the OAuth 2.0 flow.
Lesson plan already exists