Purpose - Billie will send a webhook to the PSP notifying them about the result of a dispute case

POST
{
    "disputeId": string,
    "disputeResult": ["resolved", "chargeback"],
    "disputeResultDetails": string,
    "deadlineExpired": true|false,
    "closedAt": string <date-time>
}