Authorization: Bearer ********************{
"drive": "a",
"size": 200
}curl --location --request PUT '/servers/69/modify/storage' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"drive": "a",
"size": 200
}'