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