I am trying to call canvas rest API to post quiz questions. but it is giving me the following error.
{
"errors": [
{
"message": "The specified resource does not exist."
}
]
}
I already double-checked my course ID and quiz id both exist.
If anyone knows please help me with this.