{
"username": "xxx",
"page": 1,
"limit": 5
}curl --location 'https://www.rapidproxy.io/api/agent/get_allocate_log' \
--header 'app-key: xxx' \
--header 'Content-Type: application/json' \
--data '{
"username": "xxx",
"page": 1,
"limit": 5
}'{
"code": 0,
"data": [
{
"change_value": "-1",
"before_value": "3.8",
"after_value": "2.8",
"operation_time": "2024-02-26 14:39:17",
"memo": "Traffic Deduction:-1G",
"username": "xxx"
},
{
"change_value": "1",
"before_value": "2.8",
"after_value": "3.8",
"operation_time": "2024-02-26 14:38:16",
"memo": "Traffic Allocation:1G",
"username": "xxx"
}
]
}