curl --location -g --request POST 'http://lambda.{region}.amazonaws.com/merge' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileName": "test.pdf",
"inlinePdf": true,
"urls": [
"link-to-pdf1",
"link-to-pdf2",
"link-to-pdf3"
]
}'
{
"cost": 0.0007979,
"mbIn": 0.06463,
"mbOut": 0.73327,
"pdf": "https://link-to-your-pdf",
"success": true
}