curl --request PUT \
--url https://api.halth.com/v1/organisations/{organisationId}/provider-funding-rules \
--header 'Content-Type: application/json' \
--data '
{
"rules": [
{
"type": "new_client",
"fundingValue": 50000,
"valueType": "fixed",
"deleted": true
}
]
}
'