curl --location --request GET 'https://demo.myshopify.com//admin/api//shopify_payments/disputes/.json'
{
"dispute": {
"id": 598735659,
"order_id": 625362839,
"type": "chargeback",
"amount": "11.50",
"currency": "USD",
"reason": "fraudulent",
"network_reason_code": "4827",
"status": "needs_response",
"evidence_due_by": "2022-10-15T20:00:00-04:00",
"evidence_sent_on": null,
"finalized_on": null,
"initiated_at": "2013-05-03T20:00:00-04:00"
}
}