curl --request POST \
--url https://api.machines.cash/user/v1/cards/disposable/execute \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"data": {},
"summary": "success"
}Execute disposable proposal
When to use this: Turn a disposable proposal into a real one-time card.
Required scope: cards.write.
curl --request POST \
--url https://api.machines.cash/user/v1/cards/disposable/execute \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"data": {},
"summary": "success"
}