curl --request POST \
--url https://api.machines.cash/user/v1/cards/reorder \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"data": {},
"summary": "success"
}Reorder cards
When to use this: Persist drag-and-drop ordering of card stacks.
Required scope: cards.write.
curl --request POST \
--url https://api.machines.cash/user/v1/cards/reorder \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"data": {},
"summary": "success"
}