token: ********************{
"problem": "string",
"logId": "string",
"fileUrl": "string",
"llmId": "string"
}curl --location --request POST '/omni/api/gpt/chat' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"problem": "string",
"logId": "string",
"fileUrl": "string",
"llmId": "string"
}'{}