X-Tenant-Id header.Authorization: ********************curl --location '/api/v1/core/company/list' \
--header 'Authorization: Bearer <token>'{
"success": true,
"error": null,
"data": {
"items": [
{
"companyCode": "string",
"companyName": "string"
}
]
}
}