I have this api route defined in my Laravel app.
Route::put(\'/products/{id}/update\',[ProductController::class,\'updateProduct\']);
And this