Authorization: Bearer ********************curl --location --request GET 'https://api.msaaq.com/v1/tenant/mi-assistant/results' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": 0,
"started_at": "2019-08-24T14:15:22.123Z",
"completed_at": "2019-08-24T14:15:22.123Z",
"results": {
"property1": 0,
"property2": 0
},
"recommendations": [
{
"id": 0,
"type": "course",
"skill_id": 0
}
]
}
}