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