curl --location 'https://plus1.webhooks.staging.solido-api.click/v1/webhooks/plus1/bid-status' \
--header 'X-Plus1-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"bidCriteriaId": "<bidCriteriaId Plus1 della pratica staging>",
"brokerReferenceId": "7YzhBXgOX01lqi0PVHy4Ol6g711N4LaC_81",
"status": "Sent",
"statusLastUpdate": "2026-09-25T14:34:13Z",
"bidId": "<bidId Plus1>",
"conditionalOffer": "None",
"interestRate": 9.95,
"effectiveInterestRate": 10.62,
"totalLoanAmount": 15000,
"totalRefinanceAmount": 0,
"maxApprovedAmount": 20000,
"monthlyCost": 276.41,
"repaymentTime": 72,
"startupFee": 195,
"statementFee": 0,
"totalCost": 19901.52
}'