I’m trying to insert the route according to the positus whatsapp api documentation in laravel 9, however, an error occurs in the route, could someone help me?
>Solution :
Should not be:
Route::post(uri: 'webhook',....
Should instead be:
Route::post('webhook', function(...