curl --location 'https://api.mandemensagem.com.br/messages/rcs/file/send' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"receivers": [
5516988887777
],
"contactGroups": [],
"scheduleDate": "2025-05-01 18:59:00",
"route": 14,
"tag": "API-sending",
"custom": "123-abc",
"file": "https://img.freepik.com/free-vector/gradient-beautiful-landscape_23-2149122377.jpg",
"fileName": "Landscape.jpg"
}'{
"hasError": true,
"message": "string",
"totalRecords": 0,
"errors": [
"string"
],
"object": null
}