> ## Documentation Index
> Fetch the complete documentation index at: https://pedirgasdocs.supergasbras.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Post v1product brandssync



## OpenAPI

````yaml https://reputation-ms.supergasbras.app/swagger/v1/swagger.json post /v1/product-brands/sync
openapi: 3.0.1
info:
  title: Reputation API
  description: Developed by C-Tech Team
  version: 0.0.1
servers: []
security:
  - Bearer: []
paths: {}
components:
  securitySchemes:
    Bearer:
      type: apiKey
      description: 'Insira o seu token JWT neste formato: Bearer <accessToken>'
      name: Authorization
      in: header

````