postJson('/word', [ 'document' => new \Illuminate\Http\UploadedFile( storage_path('app/public/ContractING.odt'), 'ContractING good.docx', 'application/msword', null, null, true ), ])->decodeResponseJson(); } catch (\Exception $exception) { dd($exception->getMessage()); } } }