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