curl --request POST \
--url https://api.example.com/elimination.EliminationAnalyser/GetEliminationStatus \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--header 'x-profile-id: <x-profile-id>' \
--header 'x-tenant-id: <x-tenant-id>' \
--data '
{
"id": "merchant1",
"labels": [
"stripe",
"adyen"
],
"config": {
"bucket_size": 5,
"bucket_leak_interval_in_secs": 300
},
"params": "card"
}
'