mirror of
https://github.com/hoshikawa2/compass_backoffice.git
synced 2026-07-09 22:04:20 +00:00
53 lines
1.7 KiB
Plaintext
53 lines
1.7 KiB
Plaintext
curl --location 'http://localhost:8000/agent/process-and-stream' \
|
|
--header 'Content-Type: application/json' \
|
|
--data-raw '{
|
|
"caseType": "anatel",
|
|
"origin": {
|
|
"sourceSystem": "turbina_odc",
|
|
"submittedBy": {
|
|
"userId": "f8052701",
|
|
"name": "Nicolas Silva",
|
|
"email": null
|
|
}
|
|
},
|
|
"crmProtocol": "DS-987654321",
|
|
"ticketId": "ert",
|
|
"customer": {
|
|
"cpfCnpj": "06252533106",
|
|
"phones": [
|
|
"62981152324"
|
|
],
|
|
"msisdn": "62981152324",
|
|
"name": "Nicolas Ferreira da Silva",
|
|
"email": "nicolas.silva@exemplo.com.br",
|
|
"govBrSeal": null,
|
|
"odcCustomer": false,
|
|
"contumazCustomer": false,
|
|
"address": {
|
|
"cep": "01001-000",
|
|
"street": "Praca da Se",
|
|
"neighborhood": "Se",
|
|
"city": "Sao Paulo",
|
|
"state": "SP"
|
|
},
|
|
"subscriber": {
|
|
"cpfCnpj": "06252533106",
|
|
"subscriberName": "Assinante Exemplo",
|
|
"contactPhone": "62981152324",
|
|
"contactName": "Nicolas Ferreira da Silva"
|
|
}
|
|
},
|
|
"complaint": {
|
|
"complaintProtocol": "202603279001551",
|
|
"actionType": "nova",
|
|
"providerProtocol": null,
|
|
"inputChannel": "Anatel",
|
|
"service": "Celular Pós-pago",
|
|
"firstService": "Celular Pós-pago",
|
|
"modality": "Cobrança",
|
|
"motive": "Operadora liga ou envia mensagens indevidas de cobrança",
|
|
"description": "A TIM está me ligando cobrando planos que eu não assinei. Quero que parem",
|
|
"openedAt": "2026-03-27T11:45:00-03:00",
|
|
"dueAt": null
|
|
}
|
|
}' |