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