Authorization: Bearer ********************curl --location --request GET 'https://api.msaaq.com/v1/tenant/mi-assistant/questions' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"title": "string",
"description": "string",
"sort_order": 0,
"answers": [
{
"id": "string",
"title": "string",
"sort_order": 0
}
],
"selected_answer_id": "string"
}
]
}