curl --location --request POST 'http://65.19.178.20:51006/api/proxies/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"ip": "103.116.12.1",
"port": 8080,
"username": "user",
"password": "pass",
"area": "vn"
}
]'