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