curl --request POST \
--url https://api.peec.ai/customer/v1/brands \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"domains": [
"<string>"
],
"regex": "<string>",
"aliases": [
"<string>"
]
}
'