Get the current account
Fetches the details of the currently authenticated account.
curl -X GET "https://api.memo.wirewire.de/v1/accounts/current"{
"id": "auth0|60452f4c0dc85b0062326",
"email": "jane.doe@example.com",
"firstName": "Jane",
"lastName": "Doe",
"organizationId": "682fd0d7d4a6325d9d45b86e",
"roles": [
"admin",
"user"
],
"isMfaEnabled": true,
"createdAt": "2026-05-21T09:30:00.000Z",
"updatedAt": "2026-05-21T10:15:00.000Z"
}