{
"merchantId": 1,
"appUserId": 1001,
"externalUserId": "user_001",
"creditAmount": 50000,
"input": {
"key": {}
},
"timeout": 5000
}curl --location --request POST 'http://10.168.1.163:48080/open-api/v1/risk-model-products//execute?productId=1' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantId": 1,
"appUserId": 1001,
"externalUserId": "user_001",
"creditAmount": 50000,
"input": {
"key": {}
},
"timeout": 5000
}'{
"code": 0,
"msg": "",
"data": {
"executionId": "",
"compileVersion": 0,
"score": 0,
"specialResult": 0,
"output": {
"": {}
},
"cost": 0,
"duration": 0,
"success": false,
"errorMessage": ""
}
}