CreateSpacePlacementData: {
    body: CreatePlacementBodyDto;
    path: {
        spaceId: string;
    };
    query?: never;
    url: "/tenants/me/spaces/{spaceId}/content/placements";
}