Authorization: ********************
X-API-Key: ********************
curl --location '/send-file' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "phone": "string", "fileUrl": "string", "fileName": "string", "caption": "string" }'