Authorization: ********************Device-Token: ********************curl --location --request PUT '/api/server/' \
--header 'Authorization: Bearer <token>' \
--header 'Device-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Worker Server 01 Updated",
"ip": "77.37.47.89",
"limit_process": 30,
"is_active": true
}'{
"message": "Operation successful",
"data": {}
}