I am making Service Desk REST API call that creates an incident. It works fine, but I need to add also files/attachments to the new incident.
How to add an attachment to new incident created by Service Desk createIncident API?
Service Desk createIncident API does not return Incident id and Service Desk attachments API requires attachment id?