curl --request POST \
--url https://iaas-api.liara.ir/vm/disk/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"size": 123
}'This response has no body data.create a disk for a vm that user owns
curl --request POST \
--url https://iaas-api.liara.ir/vm/disk/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"size": 123
}'This response has no body data.