curl --location -g --request POST 'http://lambda.{region}.amazonaws.com/libreoffice/convert' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileName": "test.pdf",
"inlinePdf": true,
"url": "https://www.api2pdf.com/wp-content/themes/api2pdf/assets/samples/sample-word-doc.docx"
}'
{
"cost": 0.0007979,
"mbIn": 0.06463,
"mbOut": 0.73327,
"pdf": "https://link-to-your-pdf",
"success": true
}