Authorization: Bearer ********************
{
"current_password": "string",
"otp": 0,
"password": "string",
"ssh_keys": [
12641
],
"image_id": 0,
"cpanel_install": false,
"windows_license": false
}
curl --location --request POST 'https://api.vpsbg.eu/v1/servers//reinstall' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw '{
"current_password": "string",
"otp": 0,
"password": "string",
"ssh_keys": [
12641
],
"image_id": 0,
"cpanel_install": false,
"windows_license": false
}'
{}