mirror of
https://github.com/hoshikawa2/first_contas.git
synced 2026-07-09 10:14:20 +00:00
5 lines
287 B
Bash
5 lines
287 B
Bash
#!/usr/bin/env bash
|
|
curl -s http://localhost:8000/debug/mcp/call/consultar_fatura \
|
|
-H 'Content-Type: application/json' \
|
|
-d '{"business_context":{"customer_key":"11999999999","contract_key":"FAT-2026-06","account_key":"CUST-001","interaction_key":"URA-001"}}' | python -m json.tool
|