GET
/data/{collectionName}/{indexName}/{indexValue}
curl \
--request GET 'https://api.universecloud.io/data/users/_id/64a1cc789f556f7ce46c576b' \
--header "X-Api-Key: $API_KEY"
Response examples (200)
{
"_id": "64a1cc789f556f7ce46c576b",
"age": 30,
"name": "foo bar",
"userId": "auth0|63dfc22f977173187654321"
}