Authorization: Bearer ********************curl --location --request GET 'https://api.msaaq.com/v1/tenant/mi-assistant' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Authorization: Bearer <token>'{
"data": {
"is_enabled": true,
"welcome_title": "string",
"welcome_description": "string",
"total_questions": 0,
"has_active_attempt": true,
"active_attempt": {
"id": "string",
"progress": {
"answered": 0,
"total": 0,
"percentage": 0
},
"started_at": "2019-08-24T14:15:22.123Z"
},
"last_completed_attempt": {
"id": "string",
"completed_at": "2019-08-24T14:15:22.123Z"
}
}
}