curl --location --request POST 'https://hub.apilabz.com/module/616' \
--header 'Content-Type: application/json' \
--data-raw '{
"pdfUrl": "http://example.com",
"watermarkText": "string",
"position": "center",
"opacity": 0.3,
"rotation": 0,
"fontSize": 0,
"color": "string",
"repeat": true
}'
{}