curl --request POST \
--url https://api.example.com/euclid.EuclidService/Evaluate \
--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 '
{
"algorithm_id": "routing_ec1ac351-7944-440f-bdc7-6a500df1116f",
"parameters": {
"payment_method": {
"type": "enum_variant",
"value": "card"
},
"amount": {
"type": "number",
"value": 2000
}
}
}
'