curl --location --request GET 'https://demo.myshopify.com//admin/api//application_charges/.json'
{
"application_charge": {
"id": 675931192,
"name": "iPod Cleaning",
"api_client_id": 755357713,
"price": "5.00",
"status": "accepted",
"return_url": "http://google.com",
"test": null,
"created_at": "2023-01-03T12:56:35-05:00",
"updated_at": "2023-01-03T12:56:35-05:00",
"charge_type": null,
"decorated_return_url": "http://google.com?charge_id=675931192"
}
}