pub async fn init_handler(
    __arg0: Json<InitPayload>,
    __arg1: Extension<Arc<ApiSettings>>
) -> Result<Json<InitResult>, StatusCode>