curl --request POST \
--url https://app.tagadapay.com/api/public/v1/test/clear-scenario \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"scenarioId": "test-final-004"
}
'{
"success": true,
"message": "Cleared scenario: test-final-004"
}Remove a test scenario result from KV storage
curl --request POST \
--url https://app.tagadapay.com/api/public/v1/test/clear-scenario \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"scenarioId": "test-final-004"
}
'{
"success": true,
"message": "Cleared scenario: test-final-004"
}