curl --request GET \
--url https://api.machines.cash/user/v1/support \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {},
"summary": "success"
}Get support context
When to use this: Fetch support/chat boot context for user support handoff.
Required scope: support.read.
curl --request GET \
--url https://api.machines.cash/user/v1/support \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {},
"summary": "success"
}