curl --location --request POST '/api/proxies/create-many' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": -2147483648,
"ip": "string",
"port": -2147483648,
"username": "string",
"password": "string",
"rotate_url": "string",
"rotate_time": -2147483648,
"group_id": -2147483648,
"note": "string",
"package_name": "string",
"proxy_package_id": -2147483648,
"proxy_price": -2147483648,
"expired_at": null,
"is_active": true,
"region": "string",
"disable_auto_rotate": true,
"ipBlockedByFb": -2147483648,
"created_at": null,
"updated_at": null,
"deleted_at": null,
"created_by": -2147483648,
"updated_by": -2147483648
}
]'