feat: add insurance claim HTTP tool scaffold
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled

This commit is contained in:
jade
2026-08-11 23:59:33 +09:00
parent 6662641903
commit 8cbdd2ecad
15 changed files with 234 additions and 4 deletions

View File

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