curl --request POST \
--url https://apizap.loce.io/v1/message/document \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"sessionId": "<string>",
"phone": "<string>",
"fileUrl": "<string>",
"quoteId": "<string>",
"caption": "<string>",
"fileName": "<string>",
"mimetype": "<string>"
}
'