curl --location --request POST 'http://dev-cn.your-api-server.comapi/v1/projects//conversations//messages?stream=false&lang=en' \
--header 'authorization;' \
--header 'content-type: application/json' \
--data-raw '{
"response_source": "default"
}'
{
"status": "success",
"data": {
"id": 1,
"user_id": 1,
"user_query": "What is the meaning of life?",
"openai_response": "The meaning of life is to be happy.",
"created_at": "2021-01-01 00:00:00",
"updated_at": "2021-01-01 00:00:00",
"conversation_id": 1,
"citations": [
1,
2,
3
],
"metadata": {
"user_ip": "127.0.0.1",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko)",
"external_id": "ext_id_1234567890",
"request_source": "web"
}
}
}