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_available": true,
"questions_count": 10,
"has_active_attempt": true,
"active_attempt_id": 5,
"randomize_questions": false
}
}