x-api-key: ********************
curl --location --request GET '/api/v1/sandbox/error-scenarios' \
--header 'x-api-key: <api-key>'
{
"scenarios": [
{
"type": "PAYMENT_FAILED",
"description": "Simulate a failed payment"
},
{
"type": "NETWORK_ERROR",
"description": "Simulate a network communication error"
}
]
}