How to get tickets by status of a user?
We are building a custom CMS platform and have chosen to go with Freshdesk as our support system.Ultimately, we'd like users to be able to stay in our dashboard to manage their support needs. We feel that this will reduce confusion with our users as they would only need to manage one login (the one to our CMS) and not two (an additional login for Freshdesk).Using the API, we'd like to be able to do simple tasks like show tickets for a given user (open/closed/all), create a new ticket, and reply to an existing ticket.Right now, we have our users make a "support profile" in our system before they can interact with the other features. This records some data on our end, makes an API call to create a new contact, and attaches the user ID that comes back to their account. This saved ID is then used to make the API calls throughout the rest of the dashboard.In our current setup, we are basically using an "API" user to make all of these requests, and we send over "requester_id" based on inf