How To Send Image Data In Laravel API Tests posted under Code LaravelPHPPHPUnitTesting When writing Laravel API tests, postJson() is indispensable. For sending image data as a payload, there is no postRaw(). This shows how to test your API with image data as a payload in Laravel.