{
"account": "xx",
"sign": "{{sign}}",
"timestamp": {{timestamp}}
}curl --location --request POST '/adminapi/price_user_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "xx",
"sign": "{{sign}}",
"timestamp": {{timestamp}}
}'{
"rt": "20260105161037",
"code": 0,
"code_msg": "SUCCEED",
"data": [
{
"id": 2,
"ag_id": 1,
"ag_name": "DefaultAgent",
"co_id": 2,
"co_name": "DEFAULT_COMPANY2",
"u_id": 4,
"u_name": "W_Test",
"country": "China",
"iso_country": "CN",
"country_code": "86",
"mcc": "460",
"mnc": "ALL",
"price": 2.0,
"last_edit": "[SU:1/ZippoAdmin/2025-08-03 15:10:10+00:00@223.88.78.207]"
}
]
}