The /organizations endpoint does the job, but we should:
Sort by latitude/longitude relative to that of the caller
Paginate! Right now we're returning a huge amount of organizations in every call, if we had a browsing view we'd probably want to scroll through, so having pages would be helpful
The
/organizations
endpoint does the job, but we should: