Authorization: Bearer ********************{
"question_id": 1,
"answer_id": 3
}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": 1,
"answer_id": 3
}'{
"message": "Answer saved successfully"
}