Paginate through your namespaces.
retrieve the next page of results (pass next_cursor
from the response payload)
retrieve only namespaces that match the prefix, e.g. foo
would return foo
and foo-bar
.
limit the number of results per page (max of 1000)