curl --location --request PUT 'https://api.peiperless.com/api/v1/companies/1' \
--header 'Authorization: Bearer [ACCESS_TOKEN]' \
--header 'Content-Type: text/plain' \
--data-raw '{
"name": "Empresa Actualizada",
"active": true,
"max_products_per_catalogue": 200
}'{}