{
    "charge_type": "string",
    "floor": true,
    "id": 0,
    "machine": "string",
    "plan": "string",
    "priority": 0,
    "product": "string",
    "rate": 0.1,
    "region": "string",
    "scene": "string",
    "subtype": "string"
}curl --location --request POST 'https://api.v2.rainyun.com/user/vip/agent_price' \
--header 'x-api-key;' \
--header 'rain-dev-token: {{rain-dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "charge_type": "string",
    "floor": true,
    "id": 0,
    "machine": "string",
    "plan": "string",
    "priority": 0,
    "product": "string",
    "rate": 0.1,
    "region": "string",
    "scene": "string",
    "subtype": "string"
}'{}