curl --location -g --request GET 'https://dev-api.orangecare-in1.com/api/cms/v1/digital-product//voucher?filter[search]&filter[status]&filter[expired_date]' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 0,
"code": "string",
"invoice_id": "string",
"invoice_url": "string",
"status": "string",
"expired_date": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z"
}
],
"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"
}
}