curl --location '/api/v1/sandbox-simulator/pending-transactions?limit=undefined&offset=undefined' \
--header 'X-API-Key: <api-key>' \
--header 'X-Business-ID: <api-key>'{
"success": true,
"transactions": [
"string"
],
"total": 0
}