Fetches one key by id.
@GET("/api-key/get") Future<Result<ApiKey>> get({@Query("id") required String id});