keyword (string, optional): The keyword to search for a brand template name
brandkitId (integer, optional): Return only brand templates from a brandkit
limit (integer, optional): The maximum number of brand templates to be returned.
cursor (string, optional): A cursor for pagination.
apiGenerated (boolean, optional): Return only brand templates generated by API (excluded without this true)
exactSearch (boolean, optional): If true, it will return only the brand templates with the name equal to keyword. (For ex. keyword = 'Brand Template 1' will return only designs with the name 'Brand Template 1')
orderBy (enum, optional): option to order the response results by next fields:
ID
NAME
CREATED_AT
UPDATED_AT
orderDirection (enum, optional): option to order the response by direction:
ASC
DESC
Response
Upon a successful execution with a status code of 200, the response will be in JSON format and will include a "response" object containing an array of "nodes" with "id" and "name" properties, as well as a "pageInfo" object with "hasNextPage" and "endCursor" properties.