pub async fn register_handler(
__arg0: State<Arc<AppState>>,
headers: HeaderMap,
__arg2: Json<RegisterRequest>,
) -> Result<Json<RegisterResponse>, AppError>pub async fn register_handler(
__arg0: State<Arc<AppState>>,
headers: HeaderMap,
__arg2: Json<RegisterRequest>,
) -> Result<Json<RegisterResponse>, AppError>