curl --request POST \
--url https://api.machines.cash/user/v1/folders \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"data": {},
"summary": "success"
}Create folder
When to use this: Create card folder/group.
Required scope: folders.write.
curl --request POST \
--url https://api.machines.cash/user/v1/folders \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"data": {},
"summary": "success"
}