curl --location --request GET 'https://api.managem.co.uk/listings/prices' \
--header 'Authorization: Bearer <token>'[
{
"time": "string",
"listed": {
"min": 0,
"max": 0,
"avg": 0
},
"sold": {
"min": 0,
"max": 0,
"avg": 0
}
}
]