create([ 'username' => 'lpc', 'email' => 'test@lpc.com', 'company_id' => 1, ]); Sanctum::actingAs($user); } protected function simplePaginateResponseStructure(array $data): array { return [ 'data' => [ '*' => $data ], 'links' => [ 'first', 'last', 'prev', 'next', ], 'meta' => [ 'current_page', 'from', 'path', 'per_page', 'to', ] ]; } }