patch
https://app.flowmingo.io/api/v1/tickets/
Updates limited ticket fields in the workspace associated with the API key.
Supports status, priority, and partial customFieldData (merged with existing values).
Description, follower, and approver cannot be changed via PATCH.
To add a new message to the ticket thread, use POST /tickets/{id}/comments.
Archived tickets (status: closed) cannot be modified and return 403 (ticket_archived).
Requires scope tickets:write.
