curl --location --request POST 'https://api-marketplace.webparsers.com/api/stats/usage' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "your_id",
"start_date": "20_10_2025",
"end_date": "28_10_2025"
}'{
"status": "ok",
"result": {
"client_id": "...",
"total_requests": 1000,
"by_resource": {
"/naver/product_info": 600,
"/naver/product_benefit": 400
},
"timeline": {
"28_10_2025": 200,
"27_10_2025": 200,
"26_10_2025": 600
}
}
}