Refresh authentication token

Refreshes the current user's JWT token with the latest user data from the database. Returns a new session token.

Authentication

AuthorizationBearer
JWT token obtained from authentication endpoints

Response

Token refreshed successfully
sessionobject or null

Errors