{
"username": "xxx",
"traffic_value": 2.15,
"memo": "test"
}curl --location 'https://www.rapidproxy.io/api/agent/allocation_flow' \
--header 'app-key: xxx' \
--header 'Content-Type: application/json' \
--data '{
"username": "xxx",
"traffic_value": 2.15,
"memo": "test"
}'{
"code": 0,
"msg": "Allocation successful"
}