Authorization: Bearer ********************
curl --location --request POST 'https://hub.apilabz.com/module/124' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "pdfUrls": [ "http://example.com" ] }'
{}