curl --location --request POST 'https://app.dwf.ro/n8n/tools/brands/details' \
--header 'X-N8N-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"-domain_id": 1,
"brand_uuid": "48bf0a29-bb45-47f7-8c72-4f48c3736320",
"-brand_url": "obio.ro",
"structure": {
"brand": {},
"integrations": {},
"contacts": {
"role_id": [
22
],
"status_id": [
26
],
"with_access_info": false
},
"projects": {
"business_unit_id": [
8,
9
],
"-status_id": [
1,
4
],
"budget": {
"date_start": "2026-01-01",
"date_end": "2026-04-01"
}
}
}
}'