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