export_data
Export the signed-in user's data as JSON. Pass domains (e.g. meals,workouts) or confirm:true for a full copy. Identity comes from the token, never a caller-supplied user id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Required true for a full dump when domains is omitted. | |
| domains | No | Comma-separated subset, e.g. 'meals,workouts'. |