가게 카테고리 생성 API (
/category?name={name}
)
가게 카테고리 조회 API(
/category?page={page}&size={size}&sort={sort}
)
가게 카테고리 수정 API(
/category/{categoryId}
)
가게 카테고리 삭제 API(
/category/{categoryId}
)