access-token: ********************{
"package_id": 0,
"user_id": 0,
"datacenter_id": 0,
"custom_bandwidth": {
"upload": 0,
"download": 0,
"both": 0
},
"custom_extra_ipaddress": [
"string"
],
"os_name": "string"
}curl --location '/admin/packages/servers' \
--header 'access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"package_id": 0,
"user_id": 0,
"datacenter_id": 0,
"custom_bandwidth": {
"upload": 0,
"download": 0,
"both": 0
},
"custom_extra_ipaddress": [
"string"
],
"os_name": "string"
}'{
"success": true
}