curl --location --request GET '/api/branches/'
{
"pagination": {
"page": 0,
"limit": 0,
"total_pages": 0,
"total_result": 0
},
"branches": [
{
"uuid": "string",
"name": "string",
"status": {
"code": "string"
}
}
]
}