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": "2019-08-24T14:15:22.123Z",
"token": "string",
"createdAt": "Generated at runtime",
"updatedAt": "2019-08-24T14:15:22.123Z",
"ipAddress": "string",
"userAgent": "string",
"userId": "string",
"activeOrganizationId": "string",
"impersonatedBy": "string"
}
]
}