curl --location --request GET '/api/v1/affiliate-link/data?page=1'
{
"status": 200,
"data": [
{
"current_page": 1,
"first_page_url": "/?page=1",
"per_page": 10,
"from": 1,
"to": 10,
"data": [
{
"id": 12345,
"offer_name": "Test store",
"affiliate_link": "https://yourshopdomain.com?sca_ref=upprote"
}
]
}
]
}