I gone through some tutorial but little confused that if i need to create new google account to create new organization in apigee.
My concerns are :
1.Do we need to download some tool to create organization
2.Do we need to get special permission for user to create organization
:curl -X POST \
[https://api.enterprise.apigee.com/v1/organizations/myorgtest-eval/](https://api.enterprise.apigee.com/v1/organizations/myorgtest-eval/) \
-H 'Authorization: Basic basic tokenexample=' \
-H 'Content-Type: application/xml' \
-d '<Organization name="new-org-name" type="paid"/>'
Getting below error
{
"code": "validation.name_mismatch",
"message": "Organization update : resource name arjunkumarmehta786-eval in the url doesnot match with the name new-org-name in the request payload",
"contexts": []