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