When attempting to use the AI-Proxy plugin we receive the below error:
Response Body:
{
"error": {
"message": "content-type header does not match request body"
}
}Kong Error log:
2024/05/27 13:09:33 [warn] 2160906#0: *2936 [kong] handler.lua:23 [ai-proxy] content-type header does not match request body, client: 192.168.10.10, server: kong, request: "POST /ai HTTP/1.1", host: "kong", request_id: "cbfefa2a2e15db3d91ce0224dea8fb1d"What causes this and how can it be resolved?