Files
ax_hub_mcp_tool/mci-mock/mappings/ins_insurance_processor.json
jade 8cbdd2ecad
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
feat: add insurance claim HTTP tool scaffold
2026-08-11 23:59:33 +09:00

14 lines
254 B
JSON

{
"request" : {
"method" : "POST",
"urlPath" : "/CLAIM0000001"
},
"response" : {
"status" : 200,
"headers" : {
"Content-Type" : "application/json;charset=UTF-8"
},
"bodyFileName" : "ins_insurance_processor.json"
}
}