I currently have a code that submit a service desk form using python, but it is not very efficient as i am passing cookie with the requests. Initially, these cookie takes around 10 days to expire but now it is expiring after 24 hours.
The manual flow, there is a Jira portal that has a form which when filled, it creates a jira issue ticket with the form details attached. Which endpoint can i use to achieve this
endpoint I am calling that does this currently.