curl --request PATCH \
--url https://api.myscalev.com/v3/course-contents/{uuid} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}Requires the product:update machine scope.
curl --request PATCH \
--url https://api.myscalev.com/v3/course-contents/{uuid} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}