curl --location --request GET 'http://localhost/api/v1/tenant/master-data/materials?search&category_id&base_unit_id&include_inactive&include_variants&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"
}