curl --location --request POST '/api/v1/sandbox-simulator/reset-transactions' \
--header 'X-API-Key: <api-key>' \
--header 'X-Business-ID: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessId": "string",
"confirm": true
}'{
"success": true,
"message": "string",
"resetCount": 0
}