{
"account": "ops_admin",
"sign": "{{sign}}",
"timestamp": {{timestamp}}
}curl --location --request POST '/adminapi/price_agent_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "ops_admin",
"sign": "{{sign}}",
"timestamp": {{timestamp}}
}'{
"rt": "20260105162442",
"code": 0,
"code_msg": "SUCCEED",
"data": [
{
"id": 1,
"ag_id": 7,
"ag_name": "NewTestAgent",
"country": "China",
"iso_country": "CN",
"country_code": "86",
"mcc": "460",
"mnc": "ALL",
"price": 0.3,
"last_edit": "[SU:9/XxAdmin/2025-10-17 14:12:01+08:00@110.184.132.121]"
}
]
}