Authorization: ********************curl --location '/api/v1/core/branches/all' \
--header 'Authorization: Bearer <token>'{
"success": true,
"error": null,
"data": {
"items": [
{
"companyCode": "string",
"branchNo": "string",
"branchName": "string"
}
]
}
}