Set cookies with cheerio

I switched from playwright to cheerio because of familiarity and cannot figure out how to set cookies (specifically for auth).

In playwright I did
ontext.page.context().addCookies
. How do I do this in cheerio?
Was this page helpful?