curl --location -g --request PUT 'http:///V1/sharedCatalog/' \
--header 'Content-Type: application/json' \
--data-raw '{
"sharedCatalog": {
"created_at": "string",
"created_by": 0,
"customer_group_id": 0,
"description": "string",
"id": 0,
"name": "string",
"store_id": 0,
"tax_class_id": 0,
"type": 0
}
}'
0