Authorization: Bearer ********************
curl --location --request GET 'https://api.upbooks.io/api/v1/sales/recurring-invoices' \
--header 'ORGANIZATION-ID: 000000'
{
"data": [
{
"key": "string",
"value": "string",
"subKey": "string",
"subValue": "string",
"icon": {
"value": "string",
"type": "initials"
},
"routerLink": "string"
}
],
"totalCount": 0,
"filteredCount": 0,
"message": "string"
}