"name": "cookie's name", // string, required
"value": "cookie's value", // string, required
"domain": ".example.com", // string
"expirationDate": 123456789, // number, Unix time in seconds.
"hostOnly": true, // boolean
"httpOnly": true, // boolean
"secure": true, // boolean
"sameSite": "lax", // string
"session": true, // boolean
"storeId": "1", // string