curl --location --request PUT 'https://api.peiperless.com/api/v1/catalogues/1' \
--header 'Authorization: Bearer [ACCESS_TOKEN]' \
--header 'Content-Type: text/plain' \
--data-raw '{
"name": "Sigma test2",
"slug": "sigma-test2",
"sharing_options": {
"allow_social_sharing": true
},
"fallback_catalogue_id": 9
}'{}