{
"startDate":"2025-09-01",
"endDate":"2025-09-30"
}curl --location --request POST 'https://api.getoneapi.com/back/user/usage_record' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate":"2025-09-01",
"endDate":"2025-09-30"
}'{
"code": 200,
"message": "success",
"data": []
}