curl --location --request GET '/api/v1/payment?page=1&per_page=10&start_date=&end_date&id=12345&shop_id=56789&payment_id=98765'
{
"per_page": 10,
"current_page": 1,
"next_page_url": "string",
"prev_page_url": "string",
"from": 1,
"to": 10,
"data": [
{
"id": 0,
"shop_id": 0,
"offer_name": "Demo Store",
"website": "https://demostore.myshopify.com",
"payment_id": 0,
"total_referral": 10,
"total_sales": "200.00",
"commission_amount": "10.00",
"currency": "USD",
"created_at": "2023-01-11T18:06:03.000000Z"
}
]
}