Authorization: Bearer ********************
{
"data":{
"completed":true
}
}
curl --location --request PATCH 'https://api.msaaq.com/v1/tenant/courses/%D8%AF%D9%88%D8%B1%D8%A9-15-4-1744730869/chapters/1675/contents/4235' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"data":{
"completed":true
}
}'
{}