{
"to": "6281234567890",
"file": "https://static.whatspi.id/example/example-pdf.pdf",
"caption": "Welcome back to WhatsPi",
"mimetype": "application/pdf",
"file_name": "whatspi.pdf"
}curl --location --request POST '/module/v1/message/send-document' \
--header 'Content-Type: application/json' \
--data-raw '{
"to": "6281234567890",
"file": "https://static.whatspi.id/example/example-pdf.pdf",
"caption": "Welcome back to WhatsPi",
"mimetype": "application/pdf",
"file_name": "whatspi.pdf"
}'{
"success": true,
"message": "Successfully",
"data": "BAE505716AA91242"
}