mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-29 17:38:07 +00:00
* Update app import export cypress test cases * Add calidation for invalid app file and version switchinh * Fix failing test cases * Fix failed test cases * update test cases for proxy deployments * update the utils
50 lines
997 B
JSON
50 lines
997 B
JSON
{
|
|
"userId": 12345,
|
|
"username": "random_user",
|
|
"email": "randomuser@example.com",
|
|
"profile": {
|
|
"firstName": "John",
|
|
"lastName": "Doe",
|
|
"age": 30,
|
|
"gender": "Male",
|
|
"location": {
|
|
"city": "Springfield",
|
|
"state": "IL",
|
|
"country": "USA"
|
|
}
|
|
},
|
|
"preferences": {
|
|
"notifications": true,
|
|
"theme": "dark",
|
|
"language": "en-US"
|
|
},
|
|
"subscription": {
|
|
"type": "premium",
|
|
"startDate": "2024-01-15",
|
|
"endDate": "2025-01-15"
|
|
},
|
|
"activities": [
|
|
{
|
|
"activityId": 1,
|
|
"description": "Logged in",
|
|
"timestamp": "2024-06-15T08:30:00Z"
|
|
},
|
|
{
|
|
"activityId": 2,
|
|
"description": "Updated profile",
|
|
"timestamp": "2024-06-16T14:45:00Z"
|
|
},
|
|
{
|
|
"activityId": 3,
|
|
"description": "Made a purchase",
|
|
"timestamp": "2024-06-18T10:15:00Z"
|
|
}
|
|
],
|
|
"settings": {
|
|
"privacy": {
|
|
"showEmail": false,
|
|
"showActivityStatus": true
|
|
},
|
|
"accountStatus": "active"
|
|
}
|
|
}
|