I am getting error when I try generating template, I have tried changing font
curl --location --request POST 'https://api.aspose.cloud/v5.0/omr/GenerateTemplate/PostGenerateTemplate' \
--header 'Accept: text/plain' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsI...TMpXEfk3BOozpOiEhetRKfDNc8LEPQHBqg' \
--data '{
"MarkupFile": "P3BhZ2U9Cj90ZXh0PUJpb2xvZ3kgUXVpejogUGxhbnRzCglmb...vdW50PTUKJnBhZ2U=",
"Images": {},
"Settings": {
"PaperSize": "A4",
"BubbleColor": "red",
"FontFamily":"Arial"
}
}'
{
“id”: “1a8d43f6-ad3c-42db-ae36-585180b3d701”,
“responseStatusCode”: “Error”,
“results”: null,
“error”: {
“messages”: [
“Font ‘FreeSans’ cannot be found”
],
“warnings”: []
}
}