Authorization: Bearer ********************
curl --location --request POST 'http://localhost:8000/api/v1/catalog/1' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>' \ --form '_method="put"' \ --form 'products[]="2"'
{}