Include your authorization token in the request headers:Authorization: Bearer your-auth-token
Get the authenticated user
{
"id": number,
"createdAt": "string",
"username": "string",
"password": "string",
"authTypes": [
"string"
],
"role": "string",
"premiumType": "string",
"isPremium": boolean,
"isBlocked": boolean,
"isDeleted": boolean
}
Check if the user is premium
{
"isPremium": boolean,
"message": string
}