curl -L \
--request POST \
--url 'https://sec-gw.lsports.eu/chat/api/v2/chat' \
--header 'Authorization: Bearer {jwt_token}' \
--header 'Language: en' \
--header 'Content-Type: application/json' \
--data '{
"Prompt": "Who is likely to score first?",
"Fixture": {
"Id": "22231141",
"Date": "2024-10-27T14:00:00Z",
"Participants": [
{
"Id": "Chelsea",
"Name": "Chelsea",
"DisplayName": "Chelsea FC"
}
],
"Markets": [
{
"Id": "1",
"Name": "1X2",
"DisplayName": "Match Result",
"Bets": [
{
"Id": "1_2",
"Name": "2",
"Odds": 1.9,
"Selected": false,
"Line": "0.5",
"DisplayName": "Away Win",
"Player": {
"Id": "101",
"Name": "John Doe",
"DisplayName": "J. Doe"
}
}
]
}
],
"League": {
"Id": "67",
"Name": "Premier League",
"DisplayName": "EPL"
},
"Sport": {
"Id": "1",
"Name": "Football",
"DisplayName": "Soccer"
},
"Location": {
"Id": "701",
"Name": "Old Trafford",
"DisplayName": "Man Utd Stadium"
}
},
"CorrelationId": "abc123xyz",
"ConversationSessionId": "session_12345"
}'