I am trying to send a fax using the api,
I successfully create a fax conversation and get the upload URL, however when posting the file to the url I get a bad request.
postConversationsFaxes success! data: {
"id": "8cc4f81e-5a78-4eb1-a562-2cf49532b7c6",
"uploadDestinationUri": "https://apps.mypurecloud.com/uploads/outboundfax/8cc4f81e-5a78-4eb1-a562-2cf49532b7c6?token=0N9GsLjKmmCa5Vv-ky3D7IjjnkLiKIj2MGL7x_8QkhXQw7KGNjZvqHVUapWhTIBCiZJQ9b4c9Tnvz5a_z14Osg",
"uploadMethodType": "MULTIPART_POST",
"selfUri": "/api/v2/conversations/faxes"
}