# ~✨️ ดู▷ไหนใครว่าพวกมันไม่ถูกกัน EP.7 ซีรีส์ BL ดู Uncut Ver. พากย์ไทย+ซับไทย ดูฟรี

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /head2headep7:
    get:
      summary: >-
        ~✨️ ดู▷ไหนใครว่าพวกมันไม่ถูกกัน EP.7 ซีรีส์ BL ดู Uncut Ver.
        พากย์ไทย+ซับไทย ดูฟรี
      deprecated: false
      description: >+
        ✨ ดูซีรีส์ BL “Head 2 Head ไหนใครว่าพวกมันไม่ถูกกัน” EP.7 พากย์ไทย
        และซับไทย ดูฟรี #H2Hseries.EP7 แบบ UNCUT Version ครบทุกฉาก
        ดูฟรีแบบเต็มเรื่อง พร้อมสรุปเนื้อหา รีวิวตัวละคร จุดเด่น
        และลิงก์รับชมทุกตอนในความคมชัดระดับ Full HD


        สตรีมเลย ==> [ไหนใครว่าพวกมันไม่ถูกกัน Head 2 Head EP.7 เต็มเรื่อง
        UNCUT](https://majorflix.site/th/tv/278137-1-7/)


        สตรีมเลย ==> [ไหนใครว่าพวกมันไม่ถูกกัน Head 2 Head EP.7 เต็มเรื่อง
        UNCUT](https://majorflix.site/th/tv/278137-1-7/)


        ✨ ดูซีรีส์ "ไหนใครว่าพวกมันไม่ถูกกัน EP.7" มาดูคนเป็นแฟนกันเถอะ💘
        คืนนี้อย่าลืมมาดู “ไหนใครว่าพวกมันไม่ถูกกัน Head 2 Head” EP7
        #H2HseriesEP7 พากย์ไทย แบบ UNCUT ตอนใหม่ล่าสุด ออกอากาศ 7 ธันวาคม 2568
        เวลา 20:30 น. ดูทีวีออนไลน์


        ตัวอย่าง ไหนใครว่าพวกมันไม่ถูกกัน Head 2 Head | EP.7 #H2HseriesEP6
        “ไหนใครว่าพวกมันไม่ถูกกัน Head 2 Head” 🤜🏻❤️🤛🏻 ทุกวันอาทิตย์ เวลา
        20:30 น. ทางช่อง GMM25 และทางแอปพลิเคชั่น TrueVisions NOW เท่านั้น
        #H2Hseries #GMMTV

      operationId: head2headep7
      tags: []
      parameters: []
      responses:
        '200':
          description: User Found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/User'
              example:
                id: 142
                firstName: Alice
                lastName: Smith
                email: alice.smith@gmail.com
                dateOfBirth: '1997-10-31'
                emailVerified: true
                signUpDate: '2019-08-24'
          headers: {}
          x-apidog-name: ''
        '404':
          description: User Not Found
          headers: {}
          x-apidog-name: ''
      security: []
      x-stoplight:
        id: km5hpffaz264r
      x-apidog-folder: ''
      x-apidog-status: released
      x-run-in-apidog: https://app.apidog.com/web/project/1147058/apis/api-25254880-run
components:
  schemas:
    User:
      title: User
      type: object
      description: ''
      examples:
        - id: 142
          firstName: Alice
          lastName: Smith
          email: alice.smith@gmail.com
          dateOfBirth: '1997-10-31'
          emailVerified: true
          signUpDate: '2019-08-24'
      properties:
        id:
          type: integer
          description: Unique identifier for the given user.
          x-stoplight:
            id: ara2v15scquit
        firstName:
          type: string
          x-stoplight:
            id: tlc2hlyhl1rdj
        lastName:
          type: string
          x-stoplight:
            id: xn97x0pf9qihv
        email:
          type: string
          format: email
          x-stoplight:
            id: me16i2fteuolo
        dateOfBirth:
          type: string
          format: date
          x-stoplight:
            id: ydatl8l0tjash
          examples:
            - '1997-10-31'
        emailVerified:
          type: boolean
          description: Set to true if the user's email has been verified.
          x-stoplight:
            id: dmre2twykegue
        createDate:
          type: string
          format: date
          description: The date that the user was created.
          x-stoplight:
            id: paht1bpfsuytl
      required:
        - id
        - firstName
        - lastName
        - email
        - emailVerified
      x-stoplight:
        id: t5pklh5ss8eji
      x-apidog-orders:
        - id
        - firstName
        - lastName
        - email
        - dateOfBirth
        - emailVerified
        - createDate
      x-apidog-ignore-properties: []
      x-apidog-folder: ''
  securitySchemes: {}
servers:
  - url: http://localhost:3000
    description: http://localhost:3000
security: []

```
