curl --location --request PUT 'https://demo.myshopify.com//admin/api//orders//risks/.json'{
    "risk": {
        "order_id": 450789469,
        "cause_cancel": false,
        "message": "After further review, this is a legitimate order",
        "recommendation": "accept",
        "score": "0.0",
        "source": "External",
        "id": 284138680,
        "checkout_id": null,
        "display": true,
        "merchant_message": "After further review, this is a legitimate order"
    }
}