create Contact Us Message
abstract suspend fun createContactUsMessage(request: ContactUsMessageRequest): ContactUsMessageResponse
Submits a contact request containing a message and optional attachments. The request body uses multipart/form-data content type.
Return
A ContactUsMessageResponse object instance
Parameters
request
Represents a message submitted as part of a contact us ticket. This request allows users to provide the main content of their inquiry, along with optional file attachments that support or clarify the issue.