***Antipattern***
Count: 16
- /accounts/[account_id]?apikey=[value]  Get account info
- /licenses/[license_code]/addons  Add addon to license
- /variations?apikey=[value]  Get all reseller variations
- /accounts/[account_id]/attributes/[attribute_name]?apikey=[value]  Get account attribute
- /licenses/[license_code]/addons/[addon_license]/validity  Change addon validity on owned license
- /licenses/[license_code]/attributes/[attribute_name]  Change license attribute
- /accounts/[account_id]/users/[userid]?apikey=[value]  Remove user from account
- /accounts/[account_id]/status?apikey=[value]  Get account status
- /accounts/[account_id]/addons?apikey=[value]  Get all account add-ons with validity info
- /signupcheck/domain?productid=[value]&subdomain=[value]&apikey=[value]  Check account domain before signup
- /accounts?apikey=[value]  Get accounts info for reseller
- /signupcheck/email?productid=[value]&email=[value]&apikey=[value]  Check email validity before signup
- /accounts/[account_id]/users?apikey=[value]  Get users list from account
- /licenses/[license_code]/attributes/[attribute_name]?apikey=[value]  Get license attribute
- /licenses/[license_code]/addons?apikey=[value]  Get all license add-ons with validity info
- /licenses?apikey=[value]  Get all licenses info for reseller

***Pattern***
Count: 5
- /accounts/[account_id]/addons  Add addon to account
- /accounts/[account_id]/status  Change account status (suspend, unsuspend or terminate)
- /accounts/[account_id]/attributes/[attribute_name]  Change account attribute
- /accounts/[account_id]/variation  Change account variation
- /accounts  Create new account
