Authorization: ********************Device-Token: ********************curl --location --request POST '/api/backup-proxy/' \
--header 'Authorization: Bearer <token>' \
--header 'Device-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ip": "10.0.0.2",
"port": 8080,
"username": "proxyuser",
"password": "proxypass",
"area": "vn",
"is_active": true
}'{
"message": "Operation successful",
"data": {}
}