new CURLFile(‘/path/to/file.jpg’),
‘size’ => ‘auto’,
]);

$response = curl_exec($ch);

curl_close($ch);