curl --location --request GET 'https://sandbox.whapi.com/v2/sportsdata/events//markets/' \
--header 'apiKey;'
{
"markets": [
{
"id": "OB_MA2493",
"name": "90 Minutes",
"status": "A"
},
{
"id": "OB_MA2559",
"name": "Correct Score",
"status": "A"
}
]
}