{ "type": "object", "required": ["requestId", "affiliateCode", "debtId", "productId", "customerId", "accountId", "provideAmount", "collectAmount", "interestRate"], "properties": { "requestId": { "type": "string", "example": "req-12345" }, "affiliateCode": { "type": "string", "example": "aff-67890" }, "debtId": { "type": "integer", "example": 123456 }, "productId": { "type": "string", "example": "prod-78901" }, "customerId": { "type": "string", "example": "cust-54321" }, "accountId": { "type": "string", "example": "acc-98765" }, "provideAmount": { "type": "number", "example": 1000.00 }, "collectAmount": { "type": "number", "example": 1150.00 }, "interestRate": { "type": "number", "example": 5.0 } } }