interfaceAuthMessageResponse
export interface AuthMessageResponse {
message: string;
}/auth/verify-tokenchecks if token is valid.
Promise<{ status: number; data: AuthMessageResponse }>export interface AuthMessageResponse {
message: string;
}GET /auth/verify-token
We use essential cookies to make this site work. With your consent, we may also use non-essential cookies for analytics and marketing. You can change your choices at any time.
See our Privacy Policy and Cookie Policy.