curl --location --request GET 'http://localhost/api/v1/tenant/master-data/customers?search&customer_type&include_inactive&include_children&page&per_page&sort_by&sort_dir' \
--header 'Authorization: Bearer <token>'{
"success": true,
"code": "string",
"message": "string",
"request_id": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"api_version": "string",
"data": "string"
}