curl --location --request PUT '/api/proxy/' \
--header 'Content-Type: application/json' \
--data-raw '{
"ip": "string",
"port": 0,
"username": "string",
"password": "string",
"rotate_url": "string",
"is_active": true,
"failed_count": 0,
"expired_at": "2019-08-24T14:15:22.123Z"
}'