upload_cookies.py
Parameters
The list of cookies (can be obtained from session.get_cookies)
The path to the cookie file (json format)
Returns
SetCookiesResponse: The response from the upload cookies request.
Raises
ValueError: If both cookies and cookie_file are provided, or if neither is provided.ValueError: If the session hasn’t been started yet (no session_id available).

