curl --location --request POST 'https://api.peiperless.com/api/v1/companies' \
--header 'Authorization: Bearer [ACCESS_TOKEN]' \
--header 'Content-Type: text/plain' \
--data-raw '{
"name": "Nueva Empresa",
"slug": "nueva-empresa",
"plan_id": 1,
"active": true,
"currency_id": 1,
"options": {},
"catalogues_default_options": {},
"max_products_per_catalogue": 100
}'{}