Authorization: Bearer ********************curl --location --request GET 'https://api.upbooks.io/api/v1/organization/dashboard/view' \
--header 'ORGANIZATION-ID: 000000' \
--header 'Authorization: Bearer <token>'{
"data": {
"hasAtleastOneProduct": true,
"hasAtleastOneService": true,
"hasAtleastOneOrder": true,
"hasAtleastOneInvoice": true,
"hasAtleastOneEmployee": true,
"hasOrganizationTaxConfigured": true,
"hasOnlinePaymentsConfigured": true
},
"message": "string"
}