Authorization: Bearer ********************
{
"hostname": "string"
}
curl --location --request PUT 'https://api.vpsbg.eu/v1/servers//hostname' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw '{
"hostname": "string"
}'
{}