```plantuml @startuml actor "user" as actor1 participant "brand/stockist-dashboard-fe" as dashboard.fe participant "evm-brand" as evm.brand database "brand" as dbevm actor1 -> dashboard.fe dashboard.fe <-> evm.brand : v2/{tenant}/balance/{brandId} [GET] evm.brand <-[#red]> dbevm : <font color=red><b> get data brand on table evm.brand by id brand evm.brand <-[#red]> evm.brand : <font color=red><b> check brand is suspend evm.brand -> dashboard.fe : response @enduml ```