curl --location --request POST 'https://api.apicar.store/api/cars/current-bid/many' \
--header 'api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"lots": [
{
"lot_id": 0,
"site": 1
}
]
}'{}