Authorization: Bearer ********************curl --location --request POST 'https://api.msaaq.com/v1/tenant/mi-assistant/complete' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": 5,
"started_at": "2025-01-15T10:30:00.000000Z",
"completed_at": "2025-01-15T10:45:00.000000Z",
"results": {
"1": 75.5,
"3": 62.25,
"5": 90
},
"recommendations": [
{
"id": 10,
"type": "course",
"skill_id": 3
},
{
"id": 15,
"type": "learning_path",
"skill_id": 1
}
]
}
}