Authorization: Bearer ********************{
"question_id": "string",
"answer_id": "string"
}curl --location --request POST 'https://api.msaaq.com/v1/tenant/mi-assistant/answer' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"question_id": "string",
"answer_id": "string"
}'{
"message": "string",
"data": {
"progress": {
"answered": 0,
"total": 0,
"percentage": 0
}
}
}