Authorization: Bearer ********************curl --location --request GET 'https://api.msaaq.com/v1/tenant/account/courses/2169/last-viewed' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": 12305,
"last_viewed": {
"chapter": {
"id": 2287,
"title": "test"
},
"content": {
"id": 7121,
"title": "فيديو ٢",
"type": "video"
}
},
"percentage_completed": 69,
"started_at": "2025-11-04T10:05:06.000000Z",
"created_at": "2025-11-04T10:05:01.000000Z",
"completed_at": null,
"course": {
"id": 2169,
"title": "test",
"slug": "test-1762076384"
},
"learning_path": null
}
}