Authorization: Bearer ********************curl --location --request GET 'https://api.stg.bidancer.com/auth-service/auth/list-sessions' \
--header 'Authorization: Bearer <token>'[
{
"id": "string",
"expiresAt": "string",
"token": "string",
"createdAt": "Generated at runtime",
"updatedAt": "string",
"ipAddress": "string",
"userAgent": "string",
"userId": "string",
"impersonatedBy": "string"
}
]