mirror of
https://github.com/hoshikawa2/compass_backoffice.git
synced 2026-07-09 13:54:20 +00:00
first commit
This commit is contained in:
53
curl_test.txt
Normal file
53
curl_test.txt
Normal file
@@ -0,0 +1,53 @@
|
||||
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
|
||||
}
|
||||
}'
|
||||
Reference in New Issue
Block a user