POST /chat/api/v2/chat HTTP/1.1
Host: sec-gw.lsports.eu
Authorization: Bearer {jwt_token}
Language: en
Content-Type: application/json
Accept: */*
Content-Length: 676
{
"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"
}