curl --location -g --request GET 'https://dev-api.orangecare-in1.com/api/apps/v3/digital-products/providers//vouchers?filter[type]&limit&page' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 0,
"name": "string",
"type": "string",
"active_period": "string",
"price": 0,
"final_price": 0,
"status": "string"
}
],
"provider": {
"id": 0,
"name": "string",
"image": "http://example.com"
},
"meta": {
"current_page": 0,
"from": 0,
"last_page": 0,
"links": [
{
"url": "string",
"label": "string",
"active": true
}
],
"path": "string",
"per_page": 0,
"to": 0,
"total": 0
},
"links": {
"first": "string",
"last": "string",
"prev": "string",
"next": "string"
}
}