@startuml
partition "[TBD] **/api/v1/...** {{FEATURE_NAME}} flow" {
start
  :Authenticate & authorize;
  :Validate request;
  :Business logic;
  :Persist changes;
  :Return response;
stop
}
@enduml

