"Accept": "application/json", "XM-Token-Authorization": "{{your_authorization_token}}", "Content-Type": "multipart/form-data", "Attachment": { "fileName": "C:\KT\Fax\test file 2.pdf", "type": "application/pdf" }, "Metadata": { "faxOptions": {}, "userId": "AppDevFaxUsr", "subject": "Sending a test fax from the tutorial", "recipients": [ { "number": "7705551212", "name": "Darryl" } ], "comment": "Please forward to Darryl" }}
here is the result:
{
"message": "Unknown error",
"errorCode": 599,
"detail": "Unknown error",
"time": "2025-04-24T18:19:56.190Z"
}