curl --location --globoff 'https://.daftra.com/api2/invoices/subscription.json?page=1&limit=20&name=&client_id=&client_type=&date_from=&date_to=&summary_total_from=&summary_total_to=' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"result": "successful",
"code": 200,
"data": [
{
"Invoice": {}
}
],
"pagination": {
"prev": "string",
"next": "string",
"page": 1,
"page_count": 1,
"total_results": 1
}
}