Get Elimination Config
curl --location "$BASE_URL/rule/get" \
--header "$AUTH_HEADER" \
--header "Content-Type: application/json" \
--data '{
"merchant_id": "merchant_demo",
"algorithm": "elimination"
}'
{ "merchant_id": "merchant_demo", "config": { "type": "elimination" } }