curl --location --request GET '/api/v1/referral?page=1&per_page=10&start_date=2024-01-11&end_date=2024-02-11&id=12345&shop_id=56789&referral_id=10262521'
{
"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",
"referral_id": 0,
"order_number": "6267135590722",
"total_sales": "100.00",
"commission_amount": "10.00",
"currency": "USD",
"created_at": "2023-01-11T18:06:03.000000Z",
"sub_id1": "string",
"sub_id2": "string",
"sub_id3": "string",
"status": "PENDING"
}
]
}