curl --location 'https://stg-gateway.invora.app/api/v2/regulations//enrollment/branches//begin' \
--header 'Content-Type: application/json' \
--data '{
"regulationId": "string",
"branchId": "string",
"config": {}
}'{
"step": {
"stepName": "string",
"disposition": "ENROLLMENT_DISPOSITION_UNSPECIFIED",
"message": "string",
"isFinal": true,
"errors": [
"string"
],
"warnings": [
"string"
],
"requestId": "string",
"metadata": {
"property1": "string",
"property2": "string"
}
}
}