Accounts/list_quotas called from node-sdk produces the wrong request.
The endpoint expects this:
.../quotas?type=storage&type=compute_hours...
but via the node-sdk the request looks like:
/quotas?type=parallel_workflow_containers%2Ccompute_hours%2Cstorage
and returns a status 422
this is how I was creating the request:

The request returns status 200 without the array of types as expected.