curl --location --request GET '/v1/fixtures/live' \
--header 'Authorization: <api-key>'{
"status": "ok",
"fixtures": [
{
"home_team": "Simba SC",
"home_team_short_name": "ssc",
"away_team": "Young Africans SC",
"away_team_short_name": "ysc",
"home_team_score": 1,
"away_team_score": 0
}
]
}