curl --location --request POST 'https://hub.apilabz.com/module/613' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "user@example.com",
"password": "string",
"to": [
"user@example.com"
],
"cc": [
"user@example.com"
],
"subject": "string",
"html": "string",
"attachmentUrl": "http://example.com"
}'
{}