curl --location -g --request GET 'https://api.kickbase.com/v4/leagues/leagueId/players/playerId/marketvalue/92' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"it": [
{
"dt": 0, // The number of days since 01-01-1970. 10pm as marketvalue updates are same time evey day
"mv": 0
}
],
"trp": 0,
"prlo": 0,
"lmv": 0,
"hmv": 0,
"iso": true,
"idp": true
}