Simulate scenario
curl --request POST \
--url https://api.txcloud.io/v1/developers/sandbox/simulate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"scenario": "<string>",
"config": {}
}
'Sandbox
Simulate scenario
POST
/
developers
/
sandbox
/
simulate
Simulate scenario
curl --request POST \
--url https://api.txcloud.io/v1/developers/sandbox/simulate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"scenario": "<string>",
"config": {}
}
'⌘I