Fetch multiple features by type and ID
POST/api/v1/features/batch
Fetch multiple features by type and ID
curl https://plaza.fyi/api/v1/features/batch \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $PLAZA_API_KEY" \
-d '{
"elements": [
{
"id": 0,
"type": "node"
}
]
}'