Initial commit
This commit is contained in:
31
assets/requestexamples/userObject.js
Normal file
31
assets/requestexamples/userObject.js
Normal file
@@ -0,0 +1,31 @@
|
||||
export default user = {
|
||||
id: 2,
|
||||
name: null,
|
||||
first_name: 'Robert',
|
||||
surname: 'Rapp',
|
||||
email: 'robbi@happy-rapp.de',
|
||||
email_verified_at: null,
|
||||
type: null,
|
||||
avatar: null,
|
||||
blocked_at: null,
|
||||
created_at: '2024-02-17T05:02:18.000000Z',
|
||||
updated_at: '2024-02-17T05:02:18.000000Z',
|
||||
stripe_id: null,
|
||||
pm_type: null,
|
||||
pm_last_four: null,
|
||||
trial_ends_at: null,
|
||||
language: 'en',
|
||||
subscriptions: [],
|
||||
settings: {
|
||||
id: 2,
|
||||
user_id: 2,
|
||||
headphone_type: 'Over-ear',
|
||||
anc_type: 'No',
|
||||
plan_today: null,
|
||||
soundscape: 'x',
|
||||
status: null,
|
||||
adaptive_sound_scape: 'yes',
|
||||
created_at: '2024-02-17T05:02:24.000000Z',
|
||||
updated_at: '2024-03-13T11:59:30.000000Z'
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user