curl --request POST \
--url https://api.ai2fin.com/api/chat/stream \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"message": "<string>",
"conversationId": "<string>",
"assetUrls": [
"<string>"
]
}
'