Hi,
I have an api call as below:
session = requests.Session()
headers = {
'Content-Type': 'application/json'}
response = session.post(url, headers=headers, data=payload, verify=False)
I'm using fn_utilities for api call. I need an example for using session and CookieJar in fn_utilities. Any advice would be appreciated.
Best
Jaz
------------------------------
Jasmin
------------------------------