I am trying to add the instructor to the vILT session or Event through the API and want to run a script for the whole year's Schedule.
Assign instructors to sessions or events:
/course/v1/instructors/add
And the request Body is :
{
"items": [
{
"id": 0
}
],
"options": {
"instructors": [
0
],
"type": "string",
"replace": true
}
}
What should i insert Here.
Also, i get this response.[Attached]


