How I can get the account token after "authUser"?

Can you tell me how I can get the account token? I assumed that after authorization I would get the “/api/cockpit/authUser” user token so I could continue, but I only get an array of user data and no token there.

1. active: true
2. email: "admin@yourdomain.de"
3. group: "admin"
4. i18n: "en"
5. name: "Admin"
6. user: "admin"
7. _created: 1646744373
8. _id: "20224ebf3333667c5d0001ad"
9. _modified: 1646744373

Can you tell me how I can get it?

I guess this is similar to this issue. Hope it helps.