users:
- id: 1
pilot_id: 1
name: Admin User
email: admin@phpvms.net
password: admin
api_key: testadminapikey
airline_id: 1
rank_id: 1
country: us
home_airport_id: KAUS
curr_airport_id: KJFK
last_pirep_id: pirepid_3
flights: 3
flight_time: 0
timezone: America/Chicago
state: 1
opt_in: 1
toc_accepted: 1
created_at: now
updated_at: now
- id: 2
pilot_id: 2
name: Test User
email: user@phpvms.net
password: user
api_key: testuserapikey
home_airport_id: KJFK
flights: 1
flight_time: 4320
transfer_time: 360
- id: 3
pilot_id: 3
name: Raymond Pearson
email: raymond.pearson56@example.com
api_key: testuserapikey2
curr_airport_id: KAUS
transfer_time: 120
opt_in: 0
role_user:
- user_id: 1
role_id: 1
user_type: App\Models\User
role_id: 2
- user_id: 2
- user_id: 3