rozod
    Preparing search index...

    Variable postTopicGetTopicsConst Api Param

    postTopicGetTopics: EndpointGeneric<
        {},
        {
            error: { Code: number; Message: string };
            topics: { displayName: string; originalTopicName: string }[];
        },
        {
            genderType: 1
            | 2
            | 3;
            inputQuery: string;
            items: { ItemType: 0 | 1 | 2; TargetId: number }[];
            maxResult: number;
            selectTopics: string[];
        },
    > = ...

    POST https://catalog.roblox.com/v1/topic/get-topics Get topic given TopicRequestModel. body