Storage account management

Account Listing
curl http://<Accesser IP>:8337/accounts -u user:password
Account Creation
curl -X PUT http://<Accesser IP>:8337/accounts/<Account ID> -u user:password
Account Specific Listing
curl http://<Accesser IP>:8337/accounts/<Account ID> -u user:password
Account Deletion
curl -X DELETE http://<Accesser IP>:8337/accounts/<Account ID> -u user:password
Container Listing for Account
curl http://<Accesser IP>:8337/accounts/<Account ID>/containers -u user:password