Authenticate to Legba with a bearer token and org-scoped routes.
Authorization: Bearer <token>
/orgs/{org_uuid}/api/...
curl -X GET "$LEGBA_BASE_URL/orgs/$LEGBA_ORG_UUID/api/instances" \ -H "Authorization: Bearer $LEGBA_API_TOKEN" \ -H "Content-Type: application/json"