curl --request PUT \
--url http://localhost:3001/api/v1/business/disputes/policy/current \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"autoSubmitEnabled": true,
"autoSubmitMinWinScore": 123,
"autoAcceptLossThreshold": 123,
"autoAcceptLossCurrency": "<string>",
"defaultEvidenceText": "<string>"
}
'