pub async fn register_handler(
__arg0: State<AppState>,
__arg1: OptionalAuth,
__arg2: Json<RegisterRequest>,
) -> Result<(StatusCode, Json<RegisterResponse>), (StatusCode, String)>Expand description
Register a new user POST /api/v1/auth/register