curl --request POST \
--url https://api.example.com/catalog/v0/product_attribute_config \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"merchant": "<string>",
"attributes": {},
"locales": [
"<string>"
],
"pricelists": [
"<string>"
],
"inventories": [
"<string>"
]
}
'