curl --location --request POST 'https://hub.apilabz.com/module/1024' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileUrl": "string",
"gsheetUrl": "string",
"fileExtension": "string"
}'{}