curl --location 'https://api.faxlink.ca/afx/v4//faxes' \
--header 'Content-Type: application/json' \
--data '{
"clientReference": "string",
"sender": {
"email": "string",
"faxNumber": "string"
},
"recipients": [
{
"faxNumber": "string"
}
],
"documents": [
{
"sourceUrl": "string",
"contentBase64": "string",
"fileName": "string",
"mediaType": "string"
}
],
"sendAt": "string",
"callbackUrl": "string",
"coverPage": {
"enabled": true,
"template": "string",
"toName": "string",
"toOrganization": "string",
"fromName": "string",
"subject": "string",
"body": "string"
},
"numberOfRetries": 0
}'