Get subscriptions for a user
curl --request GET \ --url http://localhost:3001/api/admin/users/subscriptions
{ "workspaceId": "<string>", "userId": "<string>", "subscriptionGroups": [ { "id": "<string>", "name": "<string>", "isSubscribed": true } ] }
Show child attributes