curl --location '/auth/sessions' \
--header 'Authorization: Bearer <token>'{
"message": "string",
"result": [
{
"id": "string",
"is_current_device": true,
"user_id": "string",
"user_agent": "string",
"brand_name": "string",
"device": "string",
"browser": "string",
"client_ip": "string",
"location": null,
"status": "string",
"is_blocked": true,
"expires_at": "string",
"created_at": "string",
"updated_at": "string",
"revoke_at": null
}
],
"success": true
}