Data
Check if entity exists
curl -X POST "https://loading/api/data/entity/string/fn/exists" \
-H "Content-Type: application/json" \
-d '{
"attribute": {
"$eq": 1
}
}'curl -X POST "https://loading/api/data/entity/string/fn/exists" \
-H "Content-Type: application/json" \
-d '{
"attribute": {
"$eq": 1
}
}'