Authorization: ********************
X-API-Key: ********************
curl --location '/ai/suggest-response' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "conversationId": "string", "messageHistory": [ {} ] }'