post https://api.linode.com//volumes
Creates a Volume on your Account. In order for this to complete successfully, your User must have the add_volumes
grant. Creating a new Volume will start accruing additional charges on your account.
linode-cli volumes create \
--label my-volume \
--size 20 \
--linode_id 12346 \
--no-defaults
<https://www.linode.com/docs/products/tools/cli/get-started/>
volumes:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>