So there is an API to get an organization by ID
curl --request GET \
--url 'https://YOUR_DOMAIN/api/v2/organizations/ORG_ID' \
--header 'authorization: Bearer MGMT_API_ACCESS_TOKEN'
But I want to retrieve multiple organizations. Is there any API where I can supply multiple org_ids and get their details?