Who am I
curl --request POST \
--url https://www.manglai.io/api/v1/auth/who-am-i \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Current authenticated user
curl --request POST \
--url https://www.manglai.io/api/v1/auth/who-am-i \
--header 'Authorization: Bearer <token>'