curl --location -g --request POST '/notifications/{{companyId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "client_interaction",
"title": "Urgent: Customer Support Request",
"message": "Customer João Silva needs immediate assistance with their order #12345. Issue: Payment not processed correctly. Customer is requesting a refund or alternative payment method.",
"channelType": "whatsapp",
"metadata": {
"orderId": "12345",
"priority": "high",
"category": "payment_issue",
"sourceType": "agent_configuration",
"sourceId": "456e7890-f12b-34c5-d678-901234567efg"
}
}'